diff options
| author | pml68 <contact@pml68.me> | 2024-07-31 20:08:04 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-07-31 20:08:04 +0200 |
| commit | 0bb2014861c48d7b2bd6c69067d4a4de55263c7d (patch) | |
| tree | 9de8e3254750a6fbcdcbe1eb94d03223c7118a0f /lua/pml68/plugins.lua | |
| parent | feat: make statusline Rosé Pine themed (diff) | |
| download | nvim-0bb2014861c48d7b2bd6c69067d4a4de55263c7d.tar.gz | |
feat: add C# support (LSP, TreeSitter parser)
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 1 |
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", |
