We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15a691 commit c3139fcCopy full SHA for c3139fc
1 file changed
plugin/vim-ide-elixir.vim
@@ -2,7 +2,6 @@
2
" vim: et ts=2 sts=2 sw=2
3
"
4
5
-
6
let s:path = fnamemodify(resolve(expand('<sfile>:p')), ':h:h')
7
let s:bundle_path = s:path."/bundle"
8
@@ -91,7 +90,7 @@ let g:tagbar_type_elixir = {
91
90
\ 'deffile' : s:path . '/extras/elixir-ctags/.ctags',
92
\ 'transform': function("Tag_transform"),
93
\ 'kinds' : [
94
- \ 'm:modules',
+ \ 'm:modules:1',
95
\ 'O:OTP callbacks',
96
\ 't:tests',
97
\ 'f:functions (public)',
0 commit comments