Add Sttr.nvim

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-22 09:20:06 +02:00
parent 5dff7ceb12
commit 4b79b7689a
2 changed files with 24 additions and 0 deletions
+7
View File
@@ -55,6 +55,13 @@
action = "<cmd>lua Snacks.lazygit()<cr>";
desc = "Lazygit";
}
{
key = "<leader>ts";
mode = "v";
silent = true;
action = ":<C-u>SttrTransform<CR>";
desc = "String Transform";
}
# UI
{