diff --git a/.config/nvim/lua/blake/lsp.lua b/.config/nvim/lua/blake/lsp.lua index 81ea0d3..58e1687 100644 --- a/.config/nvim/lua/blake/lsp.lua +++ b/.config/nvim/lua/blake/lsp.lua @@ -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 { diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index db3a636..4fb41d2 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -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()