Add autopairs plugins

This commit is contained in:
Yorick Barbanneau 2022-10-07 11:26:26 +02:00
parent 3cbf71d7dc
commit 39ee27e694
3 changed files with 5 additions and 0 deletions

View file

@ -30,4 +30,7 @@ require "paq" {
-- vim lint when it is not possible withlsp
'mfussenegger/nvim-lint';
-- autopair
'windwp/nvim-autopairs';
}