feat: tweak vim little bit

This commit is contained in:
Klesh Wong 2021-10-29 23:20:58 +08:00
parent 199cee2945
commit d41b655eac

View File

@ -17,6 +17,7 @@ set noswapfile
set ignorecase set ignorecase
set smarttab set smarttab
set smartindent set smartindent
set smartcase
set cursorline set cursorline
set incsearch set incsearch
set signcolumn=yes set signcolumn=yes
@ -25,6 +26,7 @@ set fillchars=vert:\ ,fold:-
set clipboard=unnamedplus " system clipboard as default register. for vim to work need installing gvim package set clipboard=unnamedplus " system clipboard as default register. for vim to work need installing gvim package
set mouse=a set mouse=a
set spell set spell
set scrolloff=8
filetype plugin indent on filetype plugin indent on
syntax on syntax on
au! BufWritePost $MYVIMRC source % au! BufWritePost $MYVIMRC source %