feat: improve vim setup

This commit is contained in:
2024-04-05 13:39:06 +02:00
parent fb007b3cf1
commit dba82266d4
7 changed files with 107 additions and 11 deletions

View File

@@ -71,6 +71,13 @@
options.silent = true;
action = "<cmd>:ConformToggle<CR>";
}
{
key = "<leader>sx";
mode = "n";
options.silent = true;
lua = true;
action = "vim.lsp.buf.format";
}
# Trouble
{
key = "<leader>xx";