feat: autopairs
This commit is contained in:
parent
4fa4cae772
commit
512f8912c4
|
@ -12,6 +12,7 @@
|
||||||
./plugins/cmp/copilot.nix
|
./plugins/cmp/copilot.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
|
||||||
|
|
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…
Reference in a new issue