LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.

Results 68 LeaderF issues
Sort by recently updated
recently updated
newest added

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: - Output of `:echo has("python3")`: -...

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: NVIM v0.6.0-dev+156-g7bff64216 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1...

leaderf should have some function like shell z plugin, which will help you to navigator in vim fast lyand frequently

### Describe your question, feature request, or bug. It would be useful to be able to search vim key mappings. It is common we setup some key mappings but forgot...

- vim or neovim? - [X] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: VIM - Vi IMproved 8.2 - Output of `:echo has("python")`: 0...

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: NVIM v0.7.0-dev+995-g255935903 - Output of `:echo has("python")`: 0 - Output of...

### Describe your question, feature request, or bug. operations provided by Leaderf gtags are very common for viewing source code, and sometimes LSP is also good choice which can provide...

我一直用的ctrlp,但是貌似ctrlp已经不怎么维护了,而且比较慢。 刚切换到leaderF,无缝切换很流畅,谢谢! 我有个问题,这个leaderF支持预定目录查找吗? 就是说预先指定一些目录,如果插件搜索当前目录下没找到,就到这些预设定的目录中去找。 我现在用的这个,是vimtips上的solution。 我的工作环境中会把cdpath复制到VIM_CDPATH环境变量中,然后每次:e 打开文件会执行这个: ```bash " use cdpath to edit file " edit file can now seach path list in $VIM_CDPATH function! FindInCDPath(name) let path_backup = &path...

feature request