WIP, cant get which key to register at startup setup function, calling in open nvwim works. Also + purple text is weird
This commit is contained in:
parent
5fcc77255c
commit
713d128018
5 changed files with 33 additions and 27 deletions
|
@ -123,5 +123,9 @@ return {
|
|||
ensure_installed = { "codelldb" },
|
||||
},
|
||||
},
|
||||
|
||||
mappings = {
|
||||
n = {
|
||||
["<leader>l"] = { desc = " LSP" },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue