feat: autopairs
This commit is contained in:
parent
4fa4cae772
commit
512f8912c4
2 changed files with 7 additions and 0 deletions
6
config/plugins/editor/autopairs.nix
Normal file
6
config/plugins/editor/autopairs.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
plugins.nvim-autopairs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue