.vim/plugin/tagbar-types.vim

changeset 871
cea35eb3af74
parent 870
b91d44fd967d
child 872
bc8f07aedeb3
--- a/.vim/plugin/tagbar-types.vim
+++ b/.vim/plugin/tagbar-types.vim
@@ -64,19 +64,3 @@ let g:tagbar_type_go = {
 	\ 'ctagsbin'  : 'gotags',
 	\ 'ctagsargs' : '-sort -silent'
 \ }
-
-let g:tagbar_type_nim = {
-    \ 'ctagstype': 'nim',
-    \ 'kinds' : [
-        \'c:classes',
-        \'e:enums',
-        \'t:tuples',
-        \'r:subranges',
-        \'P:proctypes',
-        \'p:procedures',
-        \'m:methods',
-        \'o:operators',
-        \'T:templates',
-        \'M:macros'
-    \ ]
-\}

mercurial