Skip to content

Instantly share code, notes, and snippets.

@garasubo
Created June 5, 2016 13:49
Show Gist options
  • Save garasubo/e4a8edefd908d89bb1f64e835285d5e5 to your computer and use it in GitHub Desktop.
Save garasubo/e4a8edefd908d89bb1f64e835285d5e5 to your computer and use it in GitHub Desktop.
"dein Scripts-----------------------------
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath^=/home/garasubo/.cache/repos/github.com/Shougo/dein.vim
" Required:
call dein#begin(expand('/home/garasubo/.cache'))
" Let dein manage dein
" Required:
call dein#add('Shougo/dein.vim')
" Add or remove your plugins here:
call dein#add('itchyny/lightline.vim')
" Required:
call dein#end()
" Required:
filetype plugin indent on
" If you want to install not installed plugins on startup.
if dein#check_install()
call dein#install()
endif
"End dein Scripts-------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment