Vim useful settings

Post date: Sep 29, 2020 3:47:7 PM

set smartindent

set tabstop=4

set shiftwidth=4

set sts=4

set expandtab

set hlsearch

set t_Co=255

set tags=tags

syntax on

set ruler

set nu

" highlight matching braces

set showmatch

" intelligent comments

set comments=sl:/*,mb:\ *,elx:\ */

set autoread