diff --git a/lua/plugins.lua b/lua/plugins.lua index fd9ffe0..ac9c138 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -236,7 +236,8 @@ return require("packer").startup( config = function() require("statuscol").setup( { - setopt = true + setopt = true, + ft_ignore = {"nvim-tree"} } ) end