added autopairs

This commit is contained in:
willifan 2024-10-27 20:20:20 +01:00
parent 01a127a380
commit 3ef26e3276
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
programs.nixvim.plugins.nvim-autopairs = {
enable = true;
settings = {
disable_filetype = ["TelescopePrompt" "vim"];
};
};
}

View file

@ -7,6 +7,7 @@
};
imports = [
./autopairs.nix
./cmp.nix
./filetype.nix
./gitsigns.nix