No .vimrc anymore, everything in /vim/.vim/plugin/

This commit is contained in:
Tuan-Dat Tran
2019-06-22 19:27:02 +02:00
parent 6b7ca41818
commit 2424e469d7
10 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,23 @@
" 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
" Statusbar
set statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v]