Added nvim-autopairs

This commit is contained in:
EsVagy42 2025-03-02 17:39:06 +00:00
parent 698ce56ebf
commit a48a04c08c
2 changed files with 14 additions and 1 deletions

7
config/autopairs.nix Normal file
View file

@ -0,0 +1,7 @@
{
plugins = {
nvim-autopairs = {
enable = true;
};
};
}