Dkendal / nvim-treeclimber

Neovim structured editing plugin
Apache License 2.0
163 stars 3 forks source link

Feature Requests #8

Open Dkendal opened 9 months ago

Dkendal commented 9 months ago

Hi all,

I haven't added new functionality to this plugin for a while as I have found that it meets my needs. I'd like to put an open call to see if there is any functionality that people would really like to see added. Thanks!

riotrah commented 2 months ago

This might not be the right place for this, but the only thing I'd want to know, as a relative vim beginner, is how to use all the defaults except override the keybindings.

This would allow me to keep up to date with your upstream updates with relatively few conflicts, and help keep my config a lil slimmer.

Thanks for this btw

perrin4869 commented 1 month ago

The only way to do this would be to separate the default maps from the setup function, or extend the setup function to allow for customizations, or some other approach. With the current way the plugin is setup, I don't think it is possible to just override the keybindings

Dkendal commented 1 month ago

@riotrah there's an example at the end of the docs: https://github.com/Dkendal/nvim-treeclimber?tab=readme-ov-file#configuration