riodelphino
riodelphino
To work with multi selected nodes (in Visual mode), I also extended [tobealive's code](https://github.com/nvim-neo-tree/neo-tree.nvim/issues/202#issuecomment-1302684357) to below. ```lua -- over write default 'delete' command to 'trash'. delete = function(state) local inputs...
Hi. I guess you just need trash command installed in your system(OS) by brew. It passed long time, so now I'm not sure about my and your code.
I faced same issue. ``` E5113: Error while calling lua chunk: ...e/pack/packer/start/cmp-cmdline/lua/cmp_cmdline/init.lua:38: couldn't parse regex: Vim:E369: Invalid item in \%[] stack traceback: [C]: in function 'create_regex' ...e/pack/packer/start/cmp-cmdline/lua/cmp_cmdline/init.lua:38: in main chunk...
This is my first pull request in my life, and I'm an amateur. Is anything wrong with the tests above ? grammar consistency incorrect ?
ChangeLog: - Use built-in hl groups 'TelescopeResults*' instead of custom 'ZkGrep*' - Updated README.md to reflect these changes Now using: - `TelescopeResultsIdentifier` for title - `TelescopeResultsLineNr` for lnum:col - `TelescopeResultsNormal`...
Thank you for replying even though you're so busy. And I'm glad that you see value in this. Yes, `zk list` is probably quite fast. If only that command could...
And now I'm looking into integrating `grep` with `snacks.picker`. I had a hard time understanding snacks.nvim's code. I'll probably add a commit soon.
It works! - Add `grep` to `snacks_picker` not only `telescope` - Merged `bufname_from_yaml` branch ### An Issue: In `snacks_picker`, lines containing `:` — such as `this is the error line...
- [doc/zk.txt](https://github.com/zk-org/zk-nvim/blob/b18782530b23ad118d578c0fa0e4d0b8d386db4c/doc/zk.txt) should be modified (Adding grep feature) I don't really understand how to handle vimdoc...
Thanks a lot for your guidance !! My TODO: - Add to `zk/doc.txt`. - ~~Fix the slow display on neo-tree with too many files. (Maybe caused by checking zk dir...