Skip to content
Discussion options

You must be logged in to vote

I was able to get everything working:

  1. Updated Mason plugin sources from williamboman/* to mason-org/*
  2. Reordered dependency loading nvim-lspconfig -> mason -> mason-lspconfig
  3. Removed the cmd parameter for the omnisharp config, for some reason this is not necessary anymore and actually breaks things
  4. Updated the root_dir config option
  5. Updated everything to use vim.lsp.config.LSP_SERVER =
diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua
index e7535c9..6b80e78 100644
--- a/.config/nvim/lua/plugins/lsp.lua
+++ b/.config/nvim/lua/plugins/lsp.lua
@@ -1,48 +1,36 @@
 return {
     {
-        'williamboman/mason-lspconfig.nvim',
-        dependencies = { 'williambo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samwcoulter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant