Blazing fast jump to function/method definition of the current file without using language server or Ctags.
Language agnostic
fzf-to-functions.vim depends on the basic Vim plugin of https://github.com/junegunn/fzf.vim, so make sure you have this installed.
Using vim-plug
Plug 'AlexVKO/fzf-to-functions.vim'
- Setup a mapping, example:
nnoremap <silent> <leader>m :FzfMethods <cr>
- Use it
- Elixir
- Ruby
- Javascript
- Erlang
- Python
- Add your language here
MIT