aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins.lua')
-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")