neovim: Add nvim-autopairs

This commit is contained in:
Donovan Glover 2023-07-19 18:19:22 -04:00
parent bcb72b6fba
commit 5ec3ad510b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -338,6 +338,11 @@ in
plugin = plenary-nvim;
type = "lua";
}
{
plugin = nvim-autopairs;
type = "lua";
config = ''require("nvim-autopairs").setup {}'';
}
{
plugin = auto-save-nvim;
type = "lua";