Make keymaps silent
All checks were successful
/ check (push) Successful in 1m27s

This commit is contained in:
Oliver Davies 2025-06-08 17:49:53 +01:00
parent 4b90a9d63f
commit e2b435efb1

View file

@ -15,6 +15,7 @@
{
action = "<cmd>lua vim.lsp.buf.format()<CR>";
key = "<leader>f";
options.silent = true;
}
{
@ -31,6 +32,7 @@
{
action = "<cmd>silent !tmux new-window tmux-sessionizer<CR>";
key = "<C-f>";
options.silent = true;
}
{