nvim: fix errors (disable yamlls and vim-matchup)
This commit is contained in:
parent
7e55568f6a
commit
1edde395bd
2 changed files with 4 additions and 4 deletions
|
@ -272,7 +272,7 @@ M.lspconfig = function()
|
||||||
'nil_ls',
|
'nil_ls',
|
||||||
'nil_ls',
|
'nil_ls',
|
||||||
'rust_analyzer',
|
'rust_analyzer',
|
||||||
'yamlls',
|
-- 'yamlls',
|
||||||
}
|
}
|
||||||
for _, lsp in pairs(lsp_servers) do
|
for _, lsp in pairs(lsp_servers) do
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
|
|
|
@ -319,9 +319,9 @@ return require('packer').startup({function()
|
||||||
-- require("twilight").setup()
|
-- require("twilight").setup()
|
||||||
-- end,
|
-- end,
|
||||||
-- }
|
-- }
|
||||||
use { -- matchup: Use the percent (%) key for more things
|
-- use { -- matchup: Use the percent (%) key for more things
|
||||||
'andymass/vim-matchup',
|
-- 'andymass/vim-matchup',
|
||||||
}
|
-- }
|
||||||
use { -- indentline: Line indent indicators
|
use { -- indentline: Line indent indicators
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Add table
Reference in a new issue