add-plugin: roslyn.nvim - to work with C#
This commit is contained in:
parent
8a204c43e4
commit
0a3145a39d
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'seblyng/roslyn.nvim',
|
||||
---@module 'roslyn.config'
|
||||
---@type RoslynNvimConfig
|
||||
ft = { 'csharp' },
|
||||
opts = {
|
||||
-- your configuration comes here; leave empty for default settings
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue