diff --git a/ftplugin/elm/tagbar.vim b/ftplugin/elm/tagbar.vim index fa69fd1..ec0fa38 100644 --- a/ftplugin/elm/tagbar.vim +++ b/ftplugin/elm/tagbar.vim @@ -9,6 +9,8 @@ function! s:SetTagbar() let g:tagbar_type_elm = { \ 'ctagstype' : 'elm', \ 'kinds' : [ + \ 't:types', + \ 'a:type aliases', \ 'c:constants', \ 'f:functions', \ 'p:ports'