File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,11 @@ require('which-key').register {
458
458
[' <leader>w' ] = { name = ' [W]orkspace' , _ = ' which_key_ignore' },
459
459
}
460
460
461
+ -- mason-lspconfig requires that these setup functions are called in this order
462
+ -- before setting up the servers.
463
+ require (' mason' ).setup ()
464
+ require (' mason-lspconfig' ).setup ()
465
+
461
466
-- Enable the following language servers
462
467
-- Feel free to add/remove any LSPs that you want here. They will automatically be installed.
463
468
--
@@ -489,11 +494,6 @@ require('neodev').setup()
489
494
local capabilities = vim .lsp .protocol .make_client_capabilities ()
490
495
capabilities = require (' cmp_nvim_lsp' ).default_capabilities (capabilities )
491
496
492
- -- mason-lspconfig requires that these setup functions are called in this order
493
- -- before setting up the servers.
494
- require (' mason' ).setup ()
495
- require (' mason-lspconfig' ).setup ()
496
-
497
497
-- Ensure the servers above are installed
498
498
local mason_lspconfig = require ' mason-lspconfig'
499
499
You can’t perform that action at this time.
0 commit comments