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

Handling error #140

Closed WendersonBarros closed 1 year ago

WendersonBarros commented 1 year ago

I had this problem and it took me a while to resolve it. When the 'hi clear' command is used in a nord theme function, it makes the Lualine's background disappear. After I found that, I made the lualine file be called only after nord.nvim had already run. For this reason, I think this warning is important, because there may be several people who will experience the same error.