rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.98k stars 196 forks source link

Stay compatible with Neovim >= 0.10 #130

Open IngoMeyer441 opened 8 months ago

IngoMeyer441 commented 8 months ago

Neovim 0.10 changes the default color scheme and others highlighting groups different from Vim. Therefore, source the old vim colorscheme before vim.one defines any highlights. See https://github.com/neovim/neovim/issues/26378 for more information.

This PR fixes issue #129.