mirror of
https://github.com/vbrandl/dotfiles
synced 2025-07-01 16:55:09 +02:00
Update vimrc
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user