a lot more stuff
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
return { 'norcalli/nvim-colorizer.lua',
|
||||
disable = vim.version().minor < 4 and not vim.fn.has("termguicolors"),
|
||||
disable = not vim.fn.has("nvim-0.4.0") and not vim.fn.has("termguicolors"),
|
||||
function()
|
||||
require('colorizer').setup(nil, {
|
||||
names = false,
|
||||
|
Reference in New Issue
Block a user