Fix the config and add C# lsp
This commit is contained in:
9
lua/plugins/roslyn.lua
Normal file
9
lua/plugins/roslyn.lua
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user