Fix the config and add C# lsp

This commit is contained in:
2026-05-04 18:36:35 -03:00
parent 0b65c3ff8e
commit 5c7bbd33cd
5 changed files with 85 additions and 6 deletions

9
lua/plugins/roslyn.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
"seblyng/roslyn.nvim",
---@module 'roslyn.config'
---@type RoslynNvimConfig
opts = {
-- your configuration comes here; leave empty for default settings
},
ft = "cs"
}