Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 223 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 223 Bytes

set number

set hlsearch set incsearch

set expandtab set tabstop=4 set shiftwidth=4 set ignorecase set wildmenu set showcmd set background=dark

set nobackup

filetype on filetype plugin on filetype indent on syntax enable