Jarmos-san / dotfiles

👷🏗️ Collection of dotfiles for a Linux-based development environment!
MIT License
15 stars 1 forks source link

Refactor the LSP keymaps to use the WhichKey plugin #26

Closed Jarmos-san closed 1 year ago

Jarmos-san commented 1 year ago

The LSP keymaps at the moment uses a utilitarian function map() and it doesn't register the keymaps to the WhichKey plugin. Hence, either the map() function needs to be refactored to use the WhichKey plugin or the LSP's on_attach() function needs to use WhichKey to register the keybindings properly.