mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
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",
|
"NvChad/nvim-colorizer.lua",
|
||||||
event = "User FilePost",
|
event = "User FilePost",
|
||||||
opts = { user_default_options = { names = false } },
|
opts = {
|
||||||
|
user_default_options = { names = false }
|
||||||
|
filetypes = {
|
||||||
|
"*",
|
||||||
|
"!lazy",
|
||||||
|
},
|
||||||
|
},
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
require("colorizer").setup(opts)
|
require("colorizer").setup(opts)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user