switch.vim custom definitions
This commit is contained in:
parent
72f4679cd9
commit
5486f38ba6
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue