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