1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/gina.vim/ftplugin/gina-commit.vim

11 lines
254 B
VimL
Raw Normal View History

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