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

我尝试用 LeaderF gtags 去搜索的时候,为什么LeaderF 只显示 .cpp/.java 等文件的内容,而不显示 .go/.rs 等文件内容?在 .LFCache/gtags/go项目 下面生成的 GPATH,GRTAGS, GTAGS 里面也有数据。 - vim or neovim? - [*] vim - [ ] neovim - Output of `vim --version`...

```vim :=printf("Leaderf gtags -d %s --auto-jump", expand("")) ``` 配合`let g:Lf_JumpToExistingWindow = 1`,我想实现当只有一处定义(搜索结果)的时候,如果已存在目标tab,那么跳到目标tab,如果不存在目标tab则新建tab并跳过去,请问可以做到吗?

- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jul 9...

nvim-lsp的type_definition,definition,declaration,references的结果通过leaderf的UI来显示, leaderf比nvim自带的好用和好看和配置简单。 希望可以把代码阅读相关的整合到一个插件的UI,达到统一 -- See `:help vim.lsp.*` for documentation on any of the below functions buf_set_keymap('n', 'J', 'lua vim.lsp.buf.hover()', opts) buf_set_keymap('n', 'jt', 'lua vim.lsp.buf.type_definition()', opts) buf_set_keymap('n', 'jd', 'lua vim.lsp.buf.definition()', opts)...

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

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

- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: ``` bash VIM - Vi IMproved 8.2 (2019 Dec 12, compiled...

- vim or neovim? - [x] vim - [ ] neovim - Operating system: - [ ] Linux - [x] Mac OS X - [ ] Windows - [ ]...

bug
Help wanted

- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 24...