telescope-undo.nvim
telescope-undo.nvim copied to clipboard
A telescope extension to view and search your undo tree 🌴
The `timeago` function is global but not documented. Maybe it's unintentionally global and should be local, this is an understandable mistake. Found by tab completion in lua language server. https://github.com/debugloop/telescope-undo.nvim/blob/95b61c01ea3a4c9e8747731148e905bbcf0ccaee/lua/telescope-undo/lua-timeago.lua#L20...
In the plugin https://github.com/jiaoshijie/undotree, I like how they show the actual state instead of diff. I would love to have the same here. I would want the following: * A...
Is it possible to show the diff against the current file rather than smaller diffs against the previous state? If I'm looking back at a file that has many changes,...
Could we add an option to filter the picker entries by a given range? For example we could bind in visual selection to take the start and end lines, and...
When In a long file where the diffs are somewhere far from the top of the file, I have to manually scroll down loads until I find the diff. It...
Copied the standalone lazy.nvim config and when attempting to run it for the first time I get this error: ``` msg_show.lua_error Error executing Lua callback: vim/_editor.lua:0: nvim_exec2(): Vim(undo):E438: u_undo: line...
I'm using lazy.nvim. I change the `undo` configuration in the `opts` settings of telescope (ex. use_delta & mappings). However, no change are applied when I use the plugin. Am I...
Can it be integrated with snacks.picker?
How to limit the number of results when using lazy plugin standard installation? My device is a bit slow when loading all the results