Skip to content

Instantly share code, notes, and snippets.

@ecoleman
Created December 27, 2011 20:26
Show Gist options
  • Save ecoleman/1525027 to your computer and use it in GitHub Desktop.
Save ecoleman/1525027 to your computer and use it in GitHub Desktop.
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'
\ ]
\ }
@budasuyasa
Copy link

life saver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment