gvim插件leaderf的使用
preservim/tagbar: Vim plugin that displays tags in a window, ordered by scope (github.com)
Yggdroot/LeaderF: An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim. (github.com)
并要安装ctags.exe
使用:TagbarToggle在文件中在右侧就可以看到
然后使用leaderf 的命令:leaderfFunction就可以查找文件中的函数了
然后直接跳到函数那行
当然也可以使用tagbar了,不过现在这个tagbar似乎只能做个缩略图用了,但ctags必须安装的,否则leadfFunction运行不了