1
0

Removed AI config , moved away from lspconfig, added roslyn lsp and folke/flash

This commit is contained in:
2025-12-10 15:36:29 +01:00
parent 1337963f72
commit 693aaa0c75
5 changed files with 68 additions and 103 deletions

View File

@@ -0,0 +1,6 @@
return {
"seblyng/roslyn.nvim",
config = function()
require("roslyn").setup()
end,
}