aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-18 15:24:45 +0200
committerpml68 <contact@pml68.me>2024-09-18 15:24:45 +0200
commit82a550e062899d34f32aa474dd18bde23f75efa9 (patch)
treefc71b2122211f31271ebe8bd98b5264dc5c355e7 /lua/pml68
parentfeat: update "tsserver" to "ts_ls" for new LSP config update (diff)
downloadnvim-82a550e062899d34f32aa474dd18bde23f75efa9.tar.gz
feat: add C# to format-on-save list
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua2
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")