[nvim] Move shell line up
This commit is contained in:
parent
93aaf3f887
commit
b1fe2537d7
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,8 @@ set laststatus=2 " always show the status line
|
||||||
set conceallevel=0 " don't use conceals, seriously
|
set conceallevel=0 " don't use conceals, seriously
|
||||||
let g:tex_conceal='' " I said no conceals
|
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
|
" use the nice `par` program wrap lines at 99 characters
|
||||||
set formatprg=par\ -w99
|
set formatprg=par\ -w99
|
||||||
set formatoptions=tcrqnlmj
|
set formatoptions=tcrqnlmj
|
||||||
|
@ -36,8 +38,6 @@ set textwidth=99
|
||||||
" change cursor shape according to mode
|
" change cursor shape according to mode
|
||||||
:let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
|
: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
|
set ignorecase smartcase " don't match case if typing in all-lowercase
|
||||||
|
|
||||||
" ignore motion for < >
|
" ignore motion for < >
|
||||||
|
|
Loading…
Reference in a new issue