Add mason
This commit is contained in:
3
init.lua
3
init.lua
@@ -73,6 +73,9 @@ vim.opt.undofile = true
|
|||||||
-- Reserve a space in the gutter
|
-- Reserve a space in the gutter
|
||||||
vim.opt.signcolumn = 'yes'
|
vim.opt.signcolumn = 'yes'
|
||||||
|
|
||||||
|
-- Install Mason
|
||||||
|
require("mason").setup()
|
||||||
|
|
||||||
-- Add cmp_nvim_lsp capabilities settings to lspconfig
|
-- Add cmp_nvim_lsp capabilities settings to lspconfig
|
||||||
-- This should be executed before you configure any language server
|
-- This should be executed before you configure any language server
|
||||||
local lspconfig_defaults = require('lspconfig').util.default_config
|
local lspconfig_defaults = require('lspconfig').util.default_config
|
||||||
|
|||||||
Reference in New Issue
Block a user