mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 05:06:44 +02:00
added share/vim/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user