[nvim] Move shell line up

This commit is contained in:
M1dgard 2018-05-25 00:24:22 +02:00
parent 93aaf3f887
commit b1fe2537d7
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -21,6 +21,8 @@ set laststatus=2 " always show the status line
set conceallevel=0 " don't use conceals, seriously
let g:tex_conceal='' " I said no conceals
set shell=/bin/zsh " use zsh instead of bash
" use the nice `par` program wrap lines at 99 characters
set formatprg=par\ -w99
set formatoptions=tcrqnlmj
@ -36,8 +38,6 @@ set textwidth=99
" change cursor shape according to mode
:let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
set shell=/bin/zsh " use zsh instead of bash
set ignorecase smartcase " don't match case if typing in all-lowercase
" ignore motion for < >