From 692b751d99a53abc49ef365dbb87656983f0c637 Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Sun, 12 Feb 2023 02:30:25 +0100 Subject: [PATCH] improved lint --- lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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