add-plugin: roslyn.nvim - to work with C#

This commit is contained in:
Abdulrahman Sheikho 2026-03-12 19:31:42 +03:00
parent 8a204c43e4
commit 0a3145a39d
1 changed files with 9 additions and 0 deletions

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

@ -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
},
}