norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.25k stars 117 forks source link

Error running - lua require'colorizer'.setup() #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

After running lua require'colorizer'.setup() I get this reponse &termguicolors must be set

I am using - fish, version 3.0.2 nvim v0.4.2 macOS Catalina build (19A602)

norcalli commented 4 years ago

You should add set termguicolors before that line in your init.vim assuming your terminal supports true color.

See this if it still fails: https://gist.github.com/XVilka/8346728