added roslyn csharp lsp

This commit is contained in:
Long Nguyen
2025-09-17 12:18:53 -05:00
parent 6ac6d697dd
commit 4877cb4e0b
2 changed files with 17 additions and 1 deletions
+10
View File
@@ -108,6 +108,16 @@ function M.install_plugins()
ft = "lua", -- only load on lua files
opts = {},
},
-- CSHARP
{
"seblyng/roslyn.nvim",
---@module 'roslyn.config'
---@type RoslynNvimConfig
opts = {
-- your configuration comes here; leave empty for default settings
},
},
},
})
end