fix: lsp lines init keymap

This commit is contained in:
Matthew Leong 2023-01-10 15:48:14 -08:00
parent 433233b8ed
commit b41efdc113

View file

@ -21,7 +21,7 @@ return {
url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
keys = { keys = {
{ {
'<leader>ld', '<leader>ltl',
toggle, toggle,
desc = 'Enable lsp_lines', desc = 'Enable lsp_lines',
}, },