Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created July 24, 2013 11:02
Show Gist options
  • Save qickstarter/6069664 to your computer and use it in GitHub Desktop.
Save qickstarter/6069664 to your computer and use it in GitHub Desktop.
```vim:.vimrc
NeoBundleLazy 'alpaca-tc/alpaca_tags', {
\ 'rev' : 'development',
\ 'depends': ['Shougo/vimproc', 'Shougo/unite.vim'],
\ 'autoload' : {
\ 'commands': ['AlpacaTagsUpdate', 'AlpacaTagsSet', 'AlpacaTagsBundle'],
\ 'unite_sources' : ['tags']
\ }}
let g:alpaca_tags_enable_unite = 1
nnoremap <expr>[unite]t ':Unite tags -horizontal -buffer-name=tags -input='.expand("<cword>").'<CR>'
```
試してみてくださいー。
結局キャッシュ無い方が早いことが判明したので、そのパターンでやってみました。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment