Created
July 24, 2013 11:02
-
-
Save qickstarter/6069664 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
```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