diff options
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 8ebbca3..b833e05 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -54,7 +54,7 @@ local plugins = { view_options = { show_hidden = true, natural_order = true, - is_always_hidden = function (name, _) + is_always_hidden = function(name, _) return name == '.git' end }, @@ -251,7 +251,7 @@ local plugins = { dependencies = { "nvimdev/guard-collection" }, - event = "BufReadPre", + ft = { "c", "cpp", "json" }, config = function() local ft = require("guard.filetype") |
