1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00

added share/vim/

This commit is contained in:
Igor Chubin
2018-05-04 19:51:22 +00:00
parent 11c9791592
commit 25ac6a1417
+16
View File
@@ -0,0 +1,16 @@
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