function and nixvim

This commit is contained in:
2026-03-01 23:20:25 +01:00
parent 027a74e588
commit a7c5193cf7
2 changed files with 69 additions and 30 deletions

View File

@@ -100,6 +100,14 @@
action.__raw = "function() require('harpoon'):list():next() end";
options.desc = "Toggle next harpoon buffer";
}
{
key = "j";
action= "jzz";
}
{
key = "k";
action= "kzz";
}
];
autoGroups = {
@@ -203,9 +211,14 @@
};
};
indent-blankline = {
cursorline = {
enable = true;
settings.scope.enabled = true;
timeout = 0;
};
mini-indentscope = {
enable = true;
settings.draw.delay = 0;
};
cmp = {