added autopairs
This commit is contained in:
parent
01a127a380
commit
3ef26e3276
2 changed files with 10 additions and 0 deletions
9
users/willifan/common/nixvim/autopairs.nix
Normal file
9
users/willifan/common/nixvim/autopairs.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.nvim-autopairs = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
disable_filetype = ["TelescopePrompt" "vim"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./autopairs.nix
|
||||||
./cmp.nix
|
./cmp.nix
|
||||||
./filetype.nix
|
./filetype.nix
|
||||||
./gitsigns.nix
|
./gitsigns.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue