1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-01 16:55:09 +02:00

Update vimrc

This commit is contained in:
Valentin Brandl
2017-04-12 14:51:01 +02:00
parent 7e4c8e9d7a
commit b062a1c03f
5 changed files with 2488 additions and 54 deletions

View File

@ -1,13 +1,10 @@
" vundle
" set vIM mode
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
filetype plugin indent on
source ~/.vim/plugins.vim
filetype plugin indent on
" Get the defaults that most users want.
source $VIMRUNTIME/defaults.vim
@ -85,6 +82,8 @@ set fileencoding=utf-8
" break at last word instead of last char
set linebreak
set autoread " autoload file changes
" tab control
set noexpandtab " insert tabs
set smarttab