Clément Joly
Clément Joly
I’ll try to look more into this issue next weekend, but honestly, I don’t know when or even if I’ll have a fix. In the meantime, could you please paste...
> I found this. (you might already know this but since you wrote this plugin) I actually use https://github.com/airblade/vim-rooter, so opening the file changes to the directory for the current...
> if type == 'default' then ... means if user presses , right? Yes :) This shows you some other options: https://github.com/nvim-telescope/telescope-ghq.nvim/blob/1d26edf00d0efb969f0693e6134dae7d06e23f57/lua/telescope/_extensions/ghq_builtin.lua#L118
Feel free to open a PR if you want to discuss your code to change cwd after the jump btw. In principle, I think that would make a good feature,...
Maybe autocommand matching on the repository would be a way: https://stackoverflow.com/a/2437878/4253785 I’ll try…
It might be better to simply offer a generic customization mechanism.
It will be easier to define mappings to various actions in the global settings introduced in #41
This exists already actually, just by leveraging telescope’s filtering capabilities: https://cj.rs/telescope-repo-nvim/#exclude-irrelevant-results However, it looks like it’s not easy to find in the README, if you have an idea of where...
So to clarify, you got the plugin working on Windows using your print.bat script, right?
> Yup, I did indeed Great! 🎉 > So to clarify, you got the plugin working on Windows using your print.bat script, right? In that case, we can add the...