andersevenrud / nordic.nvim

A nord-esque colorscheme for neovim
MIT License
174 stars 12 forks source link

Need to `set termguicolors` #71

Closed xulongwu4 closed 2 years ago

xulongwu4 commented 2 years ago

Since termguicolors is by default not true in vim/neovim, and this plugin definitely needs termguicolors to work correctly, I think we should either mention this explicitly in the README that the user needs to do set termguicolors in their vim init files, or nordic.vim should set termguicolors for the users.

andersevenrud commented 2 years ago

Thanks for raising this issue.

or nordic.vim should set termguicolors for the users.

Just went on a quick github search, and it seems that this is usually set by the theme itself. So I think that is the way to go here as well.

andersevenrud commented 2 years ago

I went ahead and added setting termguicolors from this theme.

Maybe this should be mentioned in the documentation? If that's the case feel free to re-open this issue.