mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add keybinding to toggle lsp lines
This commit is contained in:
parent
ec60a62e4f
commit
bc6eac3bf2
1 changed files with 9 additions and 0 deletions
|
@ -377,6 +377,15 @@
|
|||
silent = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
action = '':lua require("lsp_lines").toggle<CR>'';
|
||||
key = "<Leader>cd";
|
||||
options = {
|
||||
desc = "Toggle lsp lines";
|
||||
noremap = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
# {
|
||||
# action = ":Yazi<CR>";
|
||||
# key = "<Leader>mf";
|
||||
|
|
Loading…
Reference in a new issue