vimrc from archachatina

This commit is contained in:
Gabriel Ebner 2015-03-14 10:10:15 +01:00
parent 5b28a6a77f
commit 4392a9f88e
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -6,6 +6,7 @@ call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-sensible'
Plug 'ntpeters/vim-better-whitespace'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'chrisbra/Recover.vim'
@ -98,6 +99,8 @@ Plug 'MarcWeber/vim-addon-nix'
" vim-sleuth?
Plug 'urbit/hoon.vim'
call plug#end()
filetype plugin indent on