autopairs

This commit is contained in:
Joakim Bergros 2024-01-13 11:57:40 +01:00
parent bc2e0b2a9c
commit 99cde1c195
2 changed files with 7 additions and 0 deletions

View file

@ -198,6 +198,12 @@ require('lazy').setup({
vim.cmd.colorscheme 'catppuccin'
end
},
{
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {},
},
{
"tpope/vim-surround",