.vim/plugin/tagbar-types.vim

changeset 870
b91d44fd967d
parent 869
9b6eec375e56
child 871
cea35eb3af74
--- a/.vim/plugin/tagbar-types.vim
+++ b/.vim/plugin/tagbar-types.vim
@@ -64,3 +64,19 @@ 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