mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 08:48:27 -05:00
11 lines
317 B
VimL
11 lines
317 B
VimL
|
let g:doge_enable_mappings=0
|
||
|
let g:doge_mapping='<Leader>d'
|
||
|
let g:doge_buffer_mappings=0
|
||
|
let g:doge_mapping_comment_jump_forward='<A-f>'
|
||
|
let g:doge_mapping_comment_jump_backward='<A-b>'
|
||
|
let g:doge_comment_jump_modes = ['n', 'i', 's']
|
||
|
|
||
|
" Commands
|
||
|
" :DogeGenerate {doc_standard}
|
||
|
" :DogeCreateDocStandard {doc_standard}
|