Skip to content

vim91/vim-erlang-tagjump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-erlang-tagjump

Tag jump by using universal-ctags in VIM

Setup

  • Set tagfunc in your vimrc as
    autocmd BufNewFile,BufRead *.erl,*.hrl setlocal tagfunc=vimErlangTagJump#TagFunc

Custom

If you want to use some specific sort algorithm, please set a max length to avoid stack due to long tag list

  • Set algorithm and length
    let g:vimErlangTagJump_sortTag = PathToYourAlgorithmFile
    let g:vimErlangTagJump_sortLengthMax = 15

About

Tag jump for erlang by using universal-ctags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published