1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/share/vim/.vimrc
T
2018-05-04 19:51:22 +00:00

17 lines
237 B
VimL

filetype plugin on
set expandtab
set sts=4
set ts=4
set sw=4
set smartindent
syn on
colorscheme desert
map ds :.,/^--/-1 d<CR>
set nojs
set viminfo='10,\"100,:20,%,n~/.viminfo
let g:NERDSpaceDelims = 1
let g:NERDCommentEmptyLines = 1