nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.51k stars 275 forks source link

Fix issue #215 #216

Closed 3719e04 closed 3 years ago

3719e04 commented 4 years ago

Now when user load nord-vim before lightline, but choose to use a colorscheme other than nord and the lightline theme nord, the lightline theme is loaded correctly.

3719e04 commented 4 years ago

Before this fix, user can avoid this issue by loading nord-vim after lightline.

3719e04 commented 4 years ago

Also, I think the nord theme for lightline should be maintained by lightline, where g:nord_uniform_status_lines will be checked and related colors will be set. Two autoload files doing the same thing seems trivial.