Added nvim-autopairs

This commit is contained in:
EsVagy42 2025-03-02 17:39:06 +00:00
parent 698ce56ebf
commit a48a04c08c
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,12 @@
{
# Import all your configuration modules here
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ./surround.nix ];
imports = [
./lsp.nix
./lsp-format.nix
./which-key.nix
./surround.nix
./autopairs.nix
];
opts = {
number = true;
relativenumber = true;