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:
RingOfStorms (Joshua Bell) 2023-05-25 04:16:35 -05:00
parent 5fcc77255c
commit 713d128018
5 changed files with 33 additions and 27 deletions

View file

@ -123,5 +123,9 @@ return {
ensure_installed = { "codelldb" },
},
},
mappings = {
n = {
["<leader>l"] = { desc = " LSP" },
}
}
}