remove autopairs

This commit is contained in:
♥ Minnie ♥ 2025-05-13 15:13:59 +08:00
parent 6e4433ca3d
commit 34ad6cf479
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 7 deletions

View file

@ -11,7 +11,6 @@
./plugins/cmp/cmp.nix ./plugins/cmp/cmp.nix
# Editor plugins and configurations # Editor plugins and configurations
./plugins/editor/autopairs.nix
./plugins/editor/bufdelete.nix ./plugins/editor/bufdelete.nix
./plugins/editor/comment.nix ./plugins/editor/comment.nix
./plugins/editor/treesitter.nix ./plugins/editor/treesitter.nix

View file

@ -1,6 +0,0 @@
{...}: {
plugins.nvim-autopairs = {
enable = true;
};
}