diff options
| author | pml68 <contact@pml68.me> | 2024-08-27 00:41:46 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-27 00:41:46 +0200 |
| commit | bc2d1f0ad5bef8926e46e9de609d1257c3e575c7 (patch) | |
| tree | 499f0217cdffb5131276b70adab16c537b833fa8 /lua/pml68 | |
| parent | refactor: remove unneeded code (diff) | |
| download | nvim-bc2d1f0ad5bef8926e46e9de609d1257c3e575c7.tar.gz | |
feat: guard.nvim config changes
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 a1e999d..adac1ce 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -224,7 +224,7 @@ local plugins = { dependencies = { "nvimdev/guard-collection" }, - ft = { "c", "cpp", "json" }, + ft = { "c", "cpp", "json", "lua", "python" }, config = function() local ft = require("guard.filetype") @@ -236,7 +236,7 @@ local plugins = { require("guard").setup({ fmt_on_save = true, - lsp_as_default_formatter = false + lsp_as_default_formatter = true }) end }, |
