forked from poz/niksos
switch all keymaps in neovim to silent
This commit is contained in:
parent
1e03de114b
commit
d9663f95b5
1 changed files with 4 additions and 4 deletions
|
@ -66,11 +66,13 @@ in {
|
|||
# lua = true;
|
||||
action = "<CMD>Neotree toggle<CR>";
|
||||
key = "<leader>v";
|
||||
options.silent = true;
|
||||
}
|
||||
{
|
||||
action = "vim.cmd.MarkdownPreviewToggle";
|
||||
lua = true;
|
||||
key = "<leader>m";
|
||||
options.silent = true;
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -210,8 +212,7 @@ in {
|
|||
"<leader>k" = "goto_next";
|
||||
"<leader>q" = "setloclist";
|
||||
};
|
||||
# TODO maybe change
|
||||
silent = false;
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
rust-tools = {
|
||||
|
@ -236,8 +237,7 @@ in {
|
|||
"<leader>fb" = "buffers";
|
||||
"<leader>fh" = "help_tags";
|
||||
};
|
||||
# TODO maybe change
|
||||
keymapsSilent = false;
|
||||
keymapsSilent = true;
|
||||
};
|
||||
comment-nvim.enable = true;
|
||||
crates-nvim.enable = true;
|
||||
|
|
Loading…
Reference in a new issue