languages/csharp: add roslyn-ls support

It adds roslyn-ls configuration and roslyn-nvim plugin
This commit is contained in:
CaueDosAnjos 2025-12-10 15:51:44 -03:00 committed by CaueAnjos
commit f3c3b356f3
3 changed files with 53 additions and 3 deletions

View file

@ -2299,6 +2299,19 @@
"url": "https://github.com/rose-pine/neovim/archive/72a04c4065345b51b56aed4859ea1d884f734097.tar.gz",
"hash": "144jffddwf727w4yqbikv2f46cny8r9z8mpkbc5ngzail5ldj0q8"
},
"roslyn-nvim": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "seblyng",
"repo": "roslyn.nvim"
},
"branch": "main",
"submodules": false,
"revision": "1ebc9393d3e577d9f68102f14d98b2e4e7f15644",
"url": "https://github.com/seblyng/roslyn.nvim/archive/1ebc9393d3e577d9f68102f14d98b2e4e7f15644.tar.gz",
"hash": "0jbgxyrv59pf2n4xy821vcbwiahi4nal642nrpiwymzwya355adh"
},
"rtp-nvim": {
"type": "Git",
"repository": {