switch.vim custom definitions

This commit is contained in:
ManjaroOne666 2018-04-07 19:11:45 +01:00
parent 72f4679cd9
commit 5486f38ba6
1 changed files with 5 additions and 0 deletions

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