Ryan Wu

Results 35 comments of Ryan Wu

@wellle thanks for correcting links.

I think about context.vim as showing where am i in the nested blocks of code. So I want the ability to specify which levels of block need to show. For...

I found a method to combine goto definition of coc.nvim and Leaderf together: ``` vim function! s:GoToImplementation() if CocAction('jumpImplementation') return v:true endif if CocAction('jumpDefinition') return v:true endif execute(printf("Leaderf! gtags --auto-jump...

@Yggdroot , thanks, but it looks like not very consistent, right? If `g:Lf_RootMarkers` will affect gtags, it's not conform to the definition of `c` mode. It's better to have a...

1. there are 3 cases: a. search in whole project like: `Leaderf rg "something"`. b. search in some sub directory like: `Leaderf rg "something" a/sub/directory` c. search in the git...

@Yggdroot , I think this solution won't solve my problem. My expected behaviour is that `Leaderf gtags` always follow `pwd`. For more clearly behaviour, I think that `Leaderf gtags` use...

Leaderf file/gtags/rg learn the `pwd` or root markers every time they lunch is the most flexible design, i think.

easy to support that? `;` is a special character when searching, so a `!` could be added to hint a invert match?

支持提供类似的功能,或者有一个悬浮窗在右侧显示所有函数名,然后突出显示当前的函数。

appimage is also a good portable format to distribute software. neovim use appimage.