feat: add roslyn plugin

This commit is contained in:
Radu C. Martin 2024-12-11 13:10:39 +01:00
parent 5a1058a09b
commit 86ae5be401

7
lua/plugins/roslyn.lua Normal file
View file

@ -0,0 +1,7 @@
return {
'seblj/roslyn.nvim',
ft = 'cs',
opts = {
-- your configuration comes here; leave empty for default settings
},
}