We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214435c commit 5fba30bCopy full SHA for 5fba30b
init.lua
@@ -79,7 +79,7 @@ require('lazy').setup({
79
'neovim/nvim-lspconfig',
80
dependencies = {
81
-- Automatically install LSPs to stdpath for neovim
82
- 'williamboman/mason.nvim',
+ { 'williamboman/mason.nvim', config = true },
83
'williamboman/mason-lspconfig.nvim',
84
85
-- Useful status updates for LSP
@@ -426,9 +426,6 @@ require('neodev').setup()
426
local capabilities = vim.lsp.protocol.make_client_capabilities()
427
capabilities = require('cmp_nvim_lsp').default_capabilities(capabilities)
428
429
--- Setup mason so it can manage external tooling
430
-require('mason').setup()
431
-
432
-- Ensure the servers above are installed
433
local mason_lspconfig = require 'mason-lspconfig'
434
0 commit comments