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/scrooloose/nerdtree.git'
Plug 'https://github.com/powerline/fonts' Plug 'https://github.com/powerline/fonts'
Plug 'https://github.com/tpope/vim-fugitive' Plug 'https://github.com/tpope/vim-fugitive'
Plug 'https://github.com/ervandew/supertab'
"Indent automiatically depending on filetype "Indent automiatically depending on filetype
filetype plugin on filetype plugin on
set autoindent set autoindent
filetype indent on filetype indent on
"Fix different locale settings when ssh'ing "Fix different locale settings when ssh'ing
set encoding=utf-8 set encoding=utf-8