Skip to content

Commit

Permalink
config easy-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Apr 28, 2015
1 parent 0aaf1fa commit a5b3c8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ Bundle 'shawncplus/phpcomplete.vim'
Bundle 'arnaud-lb/vim-php-namespace'
Bundle 'vim-scripts/taglist.vim'
Bundle 'xolox/vim-easytags'
set tags=tags;/
" let g:easytags_async = 1
let g:easytags_dynamic_files = 1
let g:easytags_auto_highlight = 0

Bundle 'xolox/vim-misc'
" Import the class under the cursor
inoremap <Leader>u <C-O>:call PhpInsertUse()<CR>
Expand Down

0 comments on commit a5b3c8f

Please sign in to comment.