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

@ -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()