feat: add keybinding to toggle lsp lines

This commit is contained in:
Youwen Wu 2024-08-19 02:27:51 -07:00
parent ec60a62e4f
commit bc6eac3bf2
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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";