Skip to content

Instantly share code, notes, and snippets.

@riffrain
Created April 7, 2017 08:02
Show Gist options
  • Save riffrain/7387e4a1acc171ab81a672b288f50581 to your computer and use it in GitHub Desktop.
Save riffrain/7387e4a1acc171ab81a672b288f50581 to your computer and use it in GitHub Desktop.
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/vimproc.vim'
build = 'make'
[[plugins]]
repo = 'Shougo/neosnippet.vim'
[[plugins]]
repo = 'Shougo/neosnippet-snippets'
[[plugins]]
repo = 'Shougo/vimshell'
rev = '3787e5'
[[plugins]]
repo = 'mattn/emmet-vim'
hook_add = '''
let g:user_emmet_leader_key='<C-e>'
'''
[[plugins]]
repo = 'bling/vim-airline'
[[plugins]]
repo = 'vim-airline/vim-airline-themes'
hook_add = '''
let g:airline_powerline_fonts=1
let g:airline_theme='powerlineish'
let g:airline#extensions#tabline#enabled = 1
'''
[[plugins]]
repo = 'w0ng/vim-hybrid'
[[plugins]]
repo = 'Shougo/unite.vim'
hook_add = '''
" ref: http://blog.monochromegane.com/blog/2013/09/18/ag-and-unite/
" insert modeで開始
let g:unite_enable_start_insert = 1
" 大文字小文字を区別しない
let g:unite_enable_ignore_case = 1
let g:unite_enable_smart_case = 1
'''
[[plugins]]
repo = 'Shougo/vimfiler.vim'
depends = 'unite.vim'
hook_add = '''
let g:vimfiler_as_default_explorer = 1
'''
[[plugins]]
repo = 'Shougo/deoplete.nvim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment