Moved config to ~/.vim/config/*.vim instead of having them all in .vimrc

This commit is contained in:
Tuan-Dat Tran
2019-06-18 16:06:06 +02:00
parent 2d9a91bbc3
commit 6b7ca41818
5 changed files with 90 additions and 108 deletions

View File

@@ -0,0 +1,21 @@
" Basics
syntax on
filetype indent plugin on
set background=light
set encoding=utf-8
set autowrite
set smartcase
set incsearch
set hlsearch
set nospell
" Tab behavior
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4
"" New window positions
set splitbelow
set splitright