chore(nvim): remove autopairs module

This commit is contained in:
Michael Thomas 2024-06-14 17:13:14 -04:00
parent 69b0d77b38
commit 43e6060c90
2 changed files with 0 additions and 6 deletions

View File

@ -60,7 +60,6 @@
./utils/mini.nix
./utils/neodev.nix
./utils/neotest.nix
./utils/nvim-autopairs.nix
./utils/nvim-colorizer.nix
./utils/nvim-surround.nix
./utils/oil.nix

View File

@ -1,5 +0,0 @@
{
plugins.nvim-autopairs = {
enable = false;
};
}