Created
January 23, 2015 05:34
-
-
Save zaki-yama/465eb56c31e999c99c01 to your computer and use it in GitHub Desktop.
taglistの設定
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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