Skip to content

Instantly share code, notes, and snippets.

@thinca
Created June 23, 2014 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/8796a0a1cf824938fed6 to your computer and use it in GitHub Desktop.
Save thinca/8796a0a1cf824938fed6 to your computer and use it in GitHub Desktop.
set runtimepath^=~/.vim/bundle/neobundle
" これは普段私がこの設定で使っているため(変えるとディレクトリ名が変わってロードできない)
let g:neobundle#enable_name_conversion = 1
call neobundle#rc(expand('~/.vim/bundle'))
NeoBundle 'Shougo/unite.vim'
nnoremap <silent> <Leader>af :<C-u>Unite -profile-name=files file/new<CR>
call unite#custom#profile('files', 'substitute_patterns', {
\ 'pattern': '[^~.:]\zs/',
\ 'subst': '*/*',
\ 'priority': 20,
\ })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment