prevent colorizer to attach to lazy window (#2929)
This commit is contained in:
parent
bf477a6bba
commit
67378a8352
@ -189,7 +189,13 @@ return {
|
||||
{
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
event = "User FilePost",
|
||||
opts = { user_default_options = { names = false } },
|
||||
opts = {
|
||||
user_default_options = { names = false }
|
||||
filetypes = {
|
||||
"*",
|
||||
"!lazy",
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("colorizer").setup(opts)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user