From 46f227d1ab8b6f3795f451615f10f4335d47ad4d Mon Sep 17 00:00:00 2001 From: Mark Skipper Date: Thu, 17 Nov 2016 21:57:23 +0000 Subject: [PATCH] Add new ctags kinds for tagbar --- ftplugin/elm/tagbar.vim | 2 ++ 1 file changed, 2 insertions(+) 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'