mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
11 lines
254 B
VimL
11 lines
254 B
VimL
|
setlocal nomodeline
|
||
|
setlocal nobuflisted
|
||
|
setlocal nolist
|
||
|
setlocal nowrap nofoldenable
|
||
|
setlocal nonumber norelativenumber
|
||
|
setlocal foldcolumn=0 colorcolumn=0
|
||
|
|
||
|
if g:gina#command#commit#use_default_mappings
|
||
|
nmap <buffer> ! <Plug>(gina-commit-amend)
|
||
|
endif
|