Skip to content

Instantly share code, notes, and snippets.

View twxia's full-sized avatar
👨‍💻

Wei-Chieh Hsia twxia

👨‍💻
View GitHub Profile
@ecoleman
ecoleman / gist:1525027
Created December 27, 2011 20:26
hide php variables in tagbar.vim
let g:tagbar_type_php = {
\ 'ctagstype' : 'php',
\ 'kinds' : [
\ 'i:interfaces',
\ 'c:classes',
\ 'd:constant definitions',
\ 'f:functions',
\ 'j:javascript functions:1'
\ ]