mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
removed mason-lsp
This commit is contained in:
parent
2a4768549a
commit
fc6e75174b
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue