From 9c8a8ed22f6e7ef2caa7fadca506c1a596287f74 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Sat, 7 Feb 2026 16:31:43 -0500 Subject: [PATCH] idk at this point --- lua/plugins/lsp/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp/lsp.lua b/lua/plugins/lsp/lsp.lua index 4edcc32..425fd32 100644 --- a/lua/plugins/lsp/lsp.lua +++ b/lua/plugins/lsp/lsp.lua @@ -25,5 +25,6 @@ return { end, config = function() -- Your LSP settings here + vim.lsp.enable('roslyn') end, }