From d4fc254f50fb6d66a58417bbd2df416516390ffe Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Sun, 12 Feb 2023 02:46:36 +0100 Subject: [PATCH] fixed signcolumn for neo tree --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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