mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correct command to toggle lsp lines
This commit is contained in:
parent
c2993c4102
commit
a0473a0338
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
action = '':lua require("lsp_lines").toggle<CR>'';
|
||||
action = '':lua require("lsp_lines").toggle()<CR>'';
|
||||
key = "<Leader>cd";
|
||||
options = {
|
||||
desc = "Toggle lsp lines";
|
||||
|
|
Loading…
Reference in a new issue