mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(vim): replace mini.pairs with nvim-autopair
This commit is contained in:
parent
4343e50b6d
commit
c11f3ef550
1 changed files with 1 additions and 1 deletions
|
@ -455,6 +455,7 @@
|
|||
indent-blankline.enable = true;
|
||||
which-key.enable = true;
|
||||
zen-mode.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
yanky = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
|
@ -548,7 +549,6 @@
|
|||
enable = true;
|
||||
modules = {
|
||||
surround = {};
|
||||
pairs = {};
|
||||
ai = {};
|
||||
hipatterns = {};
|
||||
notify = {};
|
||||
|
|
Loading…
Reference in a new issue