feat: add roslyn plugin
This commit is contained in:
parent
5a1058a09b
commit
86ae5be401
1 changed files with 7 additions and 0 deletions
7
lua/plugins/roslyn.lua
Normal file
7
lua/plugins/roslyn.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
'seblj/roslyn.nvim',
|
||||||
|
ft = 'cs',
|
||||||
|
opts = {
|
||||||
|
-- your configuration comes here; leave empty for default settings
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue