improved lint
This commit is contained in:
parent
1d7aadb0d5
commit
692b751d99
|
|
@ -236,7 +236,8 @@ return require("packer").startup(
|
|||
config = function()
|
||||
require("statuscol").setup(
|
||||
{
|
||||
setopt = true
|
||||
setopt = true,
|
||||
ft_ignore = {"nvim-tree"}
|
||||
}
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue