Yggdroot
Yggdroot
但是如果有多个split,怎么指定是在哪个打开呢?
这个实现工作量有点大,先挂在这里吧,等以后有时间我看看。
Use `ctrl-v` to paste. For nvim, you should configure the clipboard.
https://github.com/Freed-Wu/LeaderF-keymaps Maybe it meets your request.
Maybe you should use `g:Lf_CommandMap` but not `g:Lf_NormalMap`.
If you want to search files in another folder, e.g. `foo`, you an use `Leaderf file foo`.
> LeaderF看起来无法和pyenv共同使用,会报各种各样的诡异错误,而除了LeaderF外其他插件全都可以正常使用。 > > 环境: ubuntu20.04, > vim: 8.2+, +python3; 从vim源码编译,编译时使用了pyenv中的Python 3.9.2 > 错误:只要启用了LeaderF, 保存个任意文件,都会有各种各样的诡异错误 自己不会配置怪别人。
`Leaderf gtags` does not respect `g:Lf_WorkingDirectoryMode`, no matter what value `g:Lf_WorkingDirectoryMode` is, it always works like `g:Lf_WorkingDirectoryMode == 'c'` . But the value of `g:Lf_RootMarkers` will affect it.
> For my uncommon usages, I wish to change root markers at run time to make Leaderf rg searching in different directories. Why do you change root markers at run...
I will fix the issue with the solution that `Leaderf gtags ` uses the value of `g:Lf_RootMarkers` when `Leaderf gtags` is first time launched, and the change of `g:Lf_RootMarkers` later...