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 4a37a0a commit de1db70Copy full SHA for de1db70
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
@@ -428,9 +428,6 @@ require('neodev').setup()
428
local capabilities = vim.lsp.protocol.make_client_capabilities()
429
capabilities = require('cmp_nvim_lsp').default_capabilities(capabilities)
430
431
--- Setup mason so it can manage external tooling
432
-require('mason').setup()
433
-
434
-- Ensure the servers above are installed
435
local mason_lspconfig = require 'mason-lspconfig'
436
0 commit comments