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;
|
indent-blankline.enable = true;
|
||||||
which-key.enable = true;
|
which-key.enable = true;
|
||||||
zen-mode.enable = true;
|
zen-mode.enable = true;
|
||||||
|
nvim-autopairs.enable = true;
|
||||||
yanky = {
|
yanky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTelescope = true;
|
enableTelescope = true;
|
||||||
|
@ -548,7 +549,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
modules = {
|
modules = {
|
||||||
surround = {};
|
surround = {};
|
||||||
pairs = {};
|
|
||||||
ai = {};
|
ai = {};
|
||||||
hipatterns = {};
|
hipatterns = {};
|
||||||
notify = {};
|
notify = {};
|
||||||
|
|
Loading…
Reference in a new issue