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
807 stars 107 forks source link

Do plugin highlighting synchronously #38

Closed ryantking closed 3 years ago

ryantking commented 3 years ago

Closes https://github.com/shaunsingh/nord.nvim/issues/35

Does all the plugin configuration synchronously. Also updates the README to set the color scheme directly as calling the lua function will cause the theme to be set twice.

shaunsingh commented 3 years ago

Thanks, looks great!