luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
602 stars 23 forks source link

Move keymaps to lua #77

Open DavidCincotta opened 1 year ago

DavidCincotta commented 1 year ago

I have a function to search through keymaps and their descriptions for ease of use: moving this to lua means they are stores in the lua table which allows me to query their descriptions. will make a fork and try this out.