Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 170 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 170 Bytes

vimrc

~/.vimrc

set nu

set autoindent

set cindent

set smartindent

set expandtab

set tabstop=4

set shiftwidth=4

highlight Comment term=bold cterm=bold ctermfg=4