vimrc from archachatina

This commit is contained in:
Gabriel Ebner 2015-03-14 10:10:15 +01:00
parent 5b28a6a77f
commit 4392a9f88e

3
vimrc

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