removed mason-lsp

This commit is contained in:
Bryan Ramos 2023-06-09 17:14:08 -04:00
parent 2a4768549a
commit fc6e75174b
2 changed files with 7 additions and 7 deletions

View file

@ -14,6 +14,7 @@ return {
},
{ "williamboman/mason.nvim", enabled = false },
{ "williamboman/mason-lspconfig.nvim", enabled = false }, -- Optional
{
"VonHeikemen/lsp-zero.nvim",
@ -21,7 +22,6 @@ return {
dependencies = {
-- LSP Support
{ "neovim/nvim-lspconfig" }, -- Required
{ "williamboman/mason-lspconfig.nvim" }, -- Optional
-- Autocompletion
{ "hrsh7th/nvim-cmp" }, -- Required