nvim: fix errors (disable yamlls and vim-matchup)

This commit is contained in:
PowerUser64 2023-07-19 02:57:30 -07:00
parent 7e55568f6a
commit 1edde395bd
2 changed files with 4 additions and 4 deletions

View file

@ -272,7 +272,7 @@ M.lspconfig = function()
'nil_ls',
'nil_ls',
'rust_analyzer',
'yamlls',
-- 'yamlls',
}
for _, lsp in pairs(lsp_servers) do
nvim_lsp[lsp].setup {