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