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/configs/lspconfig.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/configs/lspconfig.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 5f79687..46076c1 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -19,7 +19,8 @@ local servers = { "rust_analyzer", "kotlin_language_server", "lua_ls", - "glsl_analyzer" + "glsl_analyzer", + "csharp_ls", } for _, server in pairs(servers) do |
