non important commit

This commit is contained in:
benstrb 2026-01-17 16:30:55 +01:00
parent cfac885b06
commit badb5e9476

View file

@ -1,5 +1,5 @@
{
pkgs,
ekgs,
inputs,
...
}: {
@ -69,7 +69,8 @@
autopairs.nvim-autopairs.enable = true;
vim.autocomplete = {
vim = {
autocomplete = {
blink-cmp.enable = true;
};
@ -141,4 +142,5 @@
fastaction.enable = true;
};
};
};
}