non important commit
This commit is contained in:
parent
cfac885b06
commit
badb5e9476
1 changed files with 64 additions and 62 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
ekgs,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
@ -69,7 +69,8 @@
|
||||||
|
|
||||||
autopairs.nvim-autopairs.enable = true;
|
autopairs.nvim-autopairs.enable = true;
|
||||||
|
|
||||||
vim.autocomplete = {
|
vim = {
|
||||||
|
autocomplete = {
|
||||||
blink-cmp.enable = true;
|
blink-cmp.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -141,4 +142,5 @@
|
||||||
fastaction.enable = true;
|
fastaction.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue