switch.vim custom definitions
This commit is contained in:
parent
72f4679cd9
commit
5486f38ba6
|
@ -103,6 +103,11 @@ filetype plugin indent on " required
|
||||||
|
|
||||||
" switch.vim
|
" switch.vim
|
||||||
let g:switch_mapping = '<space>-'
|
let g:switch_mapping = '<space>-'
|
||||||
|
let g:switch_custom_definitions = [
|
||||||
|
\ ['0', '1'],
|
||||||
|
\ ['ease-in', 'ease-out'],
|
||||||
|
\ ['auto', 'none']
|
||||||
|
\ ]
|
||||||
|
|
||||||
" vim-hardtime
|
" vim-hardtime
|
||||||
let g:hardtime_default_on = 1
|
let g:hardtime_default_on = 1
|
||||||
|
|
Loading…
Reference in New Issue