QOL vim option

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-03-11 17:02:02 +01:00
parent fee44db81c
commit b1cf5fb3a1
2 changed files with 16 additions and 1 deletions

View File

@@ -160,6 +160,22 @@
action = "<cmd>close<cr>";
desc = "Close";
}
# QOL
{
key = ">";
mode = "v";
silent = true;
action = ">gv";
desc = "Indent and keep selection";
}
{
key = "<";
mode = "v";
silent = true;
action = "<gv";
desc = "Dedent and keep selection";
}
];
};
}

View File

@@ -18,7 +18,6 @@
enable = true;
sources = {
buffer = "[Buffer]";
nvim-cmp = null;
path = "[Path]";
};
sourcePlugins = [