switch back to old colorizer to avoid breaking changes
This commit is contained in:
parent
a8e07d1d7e
commit
d270b184aa
1 changed files with 6 additions and 8 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
return { 'NvChad/nvim-colorizer.lua',
|
return { 'norcalli/nvim-colorizer.lua',
|
||||||
disable = vim.version().minor < 7 and not vim.fn.has("termguicolors"),
|
disable = vim.version().minor < 4 and not vim.fn.has("termguicolors"),
|
||||||
function()
|
function()
|
||||||
require('colorizer').setup {
|
require('colorizer').setup(nil, {
|
||||||
user_default_options = {
|
|
||||||
names = false,
|
names = false,
|
||||||
css = true
|
css = true
|
||||||
}
|
})
|
||||||
}
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue