nvim-treeclimber icon indicating copy to clipboard operation
nvim-treeclimber copied to clipboard

Feature Requests

Open Dkendal opened this issue 2 years ago • 3 comments

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!

Dkendal avatar Sep 25 '23 20:09 Dkendal

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

riotrah avatar Apr 14 '24 07:04 riotrah

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

perrin4869 avatar May 22 '24 06:05 perrin4869

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

Dkendal avatar May 27 '24 00:05 Dkendal