Added nvim-autopairs
This commit is contained in:
parent
698ce56ebf
commit
a48a04c08c
2 changed files with 14 additions and 1 deletions
7
config/autopairs.nix
Normal file
7
config/autopairs.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
nvim-autopairs = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,12 @@
|
||||||
{
|
{
|
||||||
# Import all your configuration modules here
|
# 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 = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue