shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
796 stars 107 forks source link

Error detected while processing nvim_exec() #126

Closed pandasoli closed 1 year ago

pandasoli commented 1 year ago

Here is a screenshot image

And here my ~/.config/nvim/init.vim image

And here is a screenshot I took fast when pressed q in the above error image

shaunsingh commented 1 year ago

you can try an older commit of the colorscheme

  use({
    "shaunsingh/nord.nvim", -- Colorscheme
    commit = "78f5f001709b5b321a35dcdc44549ef93185e024",
  })

I'd recommend updating your nvim to atleast v0.8.0, in order to work with the new tree-sitter highlights and latest version of the theme

Hierosme commented 1 year ago

The PR #132 try to fixe it issue ... could you test it please ?

Regards

Hierosme commented 1 year ago

use({ "shaunsingh/nord.nvim", -- Colorscheme commit = "92d53edbc02c129140b5e76f35745d8d35862bec", })