switch.vim custom definitions

This commit is contained in:
ManjaroOne666 2018-04-07 19:11:45 +01:00
commit 5486f38ba6

View file

@ -103,6 +103,11 @@ filetype plugin indent on " required
" switch.vim
let g:switch_mapping = '<space>-'
let g:switch_custom_definitions = [
\ ['0', '1'],
\ ['ease-in', 'ease-out'],
\ ['auto', 'none']
\ ]
" vim-hardtime
let g:hardtime_default_on = 1