Skip to content

Instantly share code, notes, and snippets.

@zaki-yama
Created January 23, 2015 05:34
Show Gist options
  • Save zaki-yama/465eb56c31e999c99c01 to your computer and use it in GitHub Desktop.
Save zaki-yama/465eb56c31e999c99c01 to your computer and use it in GitHub Desktop.
taglistの設定
" taglist {{{
NeoBundle 'vim-scripts/taglist.vim'
set tags=tags
let Tlist_Ctags_Cmd = "/usr/local/bin/ctags"
let Tlist_Show_One_File = 1
let Tlist_Use_Right_Window = 1
let Tlist_Exit_OnlyWindow = 1
" http://yuku-tech.hatenablog.com/entry/20111012/1318416494
let g:tlist_javascript_settings = 'javascript;c:class;m:method;F:function;p:property'
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment