diff options
| author | pml68 <contact@pml68.me> | 2024-09-18 15:24:45 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-09-18 15:24:45 +0200 |
| commit | 82a550e062899d34f32aa474dd18bde23f75efa9 (patch) | |
| tree | fc71b2122211f31271ebe8bd98b5264dc5c355e7 | |
| parent | feat: update "tsserver" to "ts_ls" for new LSP config update (diff) | |
| download | nvim-82a550e062899d34f32aa474dd18bde23f75efa9.tar.gz | |
feat: add C# to format-on-save list
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index fe556ce..1a176db 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -225,7 +225,7 @@ local plugins = { dependencies = { "nvimdev/guard-collection" }, - ft = { "c", "cpp", "json", "lua", "python" }, + ft = { "c", "cpp", "json", "lua", "python", "cs" }, config = function() local ft = require("guard.filetype") |
