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 {

View file

@ -319,9 +319,9 @@ return require('packer').startup({function()
-- require("twilight").setup()
-- end,
-- }
use { -- matchup: Use the percent (%) key for more things
'andymass/vim-matchup',
}
-- use { -- matchup: Use the percent (%) key for more things
-- 'andymass/vim-matchup',
-- }
use { -- indentline: Line indent indicators
'lukas-reineke/indent-blankline.nvim',
config = function()