mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
19 lines
466 B
VimL
Vendored
19 lines
466 B
VimL
Vendored
setlocal nomodeline
|
|
setlocal nobuflisted
|
|
setlocal nolist nospell
|
|
setlocal nowrap nofoldenable
|
|
setlocal nonumber norelativenumber
|
|
setlocal foldcolumn=0 colorcolumn=0
|
|
|
|
call gina#action#include('diff')
|
|
call gina#action#include('stash')
|
|
call gina#action#include('yank')
|
|
|
|
if g:gina#command#stash#list#use_default_aliases
|
|
call gina#action#shorten('stash')
|
|
endif
|
|
|
|
if g:gina#command#stash#list#use_default_mappings
|
|
nmap <buffer> <Return> <Plug>(gina-stash-show)zv
|
|
endif
|