nvim-orgmode / telescope-orgmode.nvim

Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
MIT License
10 stars 5 forks source link

Multiple enhancements #19

Closed seflue closed 2 months ago

seflue commented 2 months ago

His PR provides some improvements:

The plugin can now be configured via telescope option, because it provides a setup function which is executed by telescope when loading the plugin.

It also allows to (re-)configure keymaps. Before the mapping for the toggle command between headings and orgfiles was just hardcoded to <C-Space> and additional mappings weren't attached.

Last but not least the results are now pre-sortet by most recently changed files, which provides a more natural feeling user experience.