# HG changeset patch # User Meredith Howard # Date 1477324242 14400 # Node ID a3c0f8f6c100b232e06b28448e5bffd131e5ff39 # Parent 4fcad88dbe5f254eaab6018e38ffc2a3cbe03562 quick tagbar for elixir too diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -425,7 +425,23 @@ let g:tagbar_type_perl = { \ 'l:aliases', \ 'd:pod:1:0', \ ], - \ } +\ } + +let g:tagbar_type_elixir = { + \ 'ctagstype' : 'Elixir', + \ 'kinds' : [ + \ 'm:modules:1:0', + \ 'r:records', + \ 'f:functions', + \ 'a:macros', + \ 'o:operators', + \ 'p:protocols', + \ 'i:implementations', + \ 'd:delegates', + \ 'c:callbacks', + \ 'e:exceptions', + \ ], +\ } ">> Unite