ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Add a config option to disable all default keymaps #81

Closed jhchabran closed 2 years ago

jhchabran commented 2 years ago

Fixes #78

@ldelossa I added along the way a configuration option to disable all default bindings, as this is rather inconvenient otherwise when mapping everything on your own.

ldelossa commented 2 years ago

This is awesome, but may be a little ill-times since Litee has a major refactor under way.

If youre feeling adventurous you can make the same changes on this branch: https://github.com/ldelossa/litee.nvim/tree/lib

Each plugin has a root directory and their own config now along with a buffer file.

https://github.com/ldelossa/litee.nvim/blob/lib/lua/litee/calltree/config.lua https://github.com/ldelossa/litee.nvim/blob/lib/lua/litee/calltree/buffer.lua

Should he straight forward enough.

If you dont take this one, which is fine since its a bit of double work for you, ill incorporate the changes into that branch myself.

ldelossa commented 2 years ago

Closing this for now. Please implement in the plugin repository proper.