improved lint

This commit is contained in:
MasterGordon 2023-02-12 02:30:25 +01:00
parent 1d7aadb0d5
commit 692b751d99
1 changed files with 2 additions and 1 deletions

View File

@ -236,7 +236,8 @@ return require("packer").startup(
config = function() config = function()
require("statuscol").setup( require("statuscol").setup(
{ {
setopt = true setopt = true,
ft_ignore = {"nvim-tree"}
} }
) )
end end