This commit is contained in:
Sonny 2017-06-24 14:06:31 +02:00
parent 8c5fce3fa3
commit ae2828a9fc

View file

@ -3,12 +3,14 @@ call plug#begin('~/.vim/plugged')
Plug 'https://github.com/scrooloose/nerdtree.git'
Plug 'https://github.com/powerline/fonts'
Plug 'https://github.com/tpope/vim-fugitive'
Plug 'https://github.com/ervandew/supertab'
"Indent automiatically depending on filetype
filetype plugin on
set autoindent
filetype indent on
"Fix different locale settings when ssh'ing
set encoding=utf-8