mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
add nvim-autopairs
This commit is contained in:
parent
3dca1c1f90
commit
2cde4c0786
2 changed files with 6 additions and 0 deletions
|
@ -61,5 +61,6 @@
|
|||
./utils/mini.nix
|
||||
./utils/neodev.nix
|
||||
./utils/neotest.nix
|
||||
./utils/nvim-autopairs.nix
|
||||
];
|
||||
}
|
||||
|
|
5
config/utils/nvim-autopairs.nix
Normal file
5
config/utils/nvim-autopairs.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.nvim-autopairs = {
|
||||
enable = false;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue