aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-07-31 20:08:04 +0200
committerpml68 <contact@pml68.me>2024-07-31 20:08:04 +0200
commit0bb2014861c48d7b2bd6c69067d4a4de55263c7d (patch)
tree9de8e3254750a6fbcdcbe1eb94d03223c7118a0f /lua/pml68/plugins.lua
parentfeat: make statusline Rosé Pine themed (diff)
downloadnvim-0bb2014861c48d7b2bd6c69067d4a4de55263c7d.tar.gz
feat: add C# support (LSP, TreeSitter parser)
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 9a301ad..a1e999d 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -172,6 +172,7 @@ local plugins = {
"asm",
"c",
"cpp",
+ "c_sharp",
"lua",
"kotlin",
"bash",