Allow custom text width
This commit is contained in:
parent
e9efb02aa0
commit
a98d1a57e2
3
init.vim
3
init.vim
|
@ -47,6 +47,9 @@ set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set autoindent
|
set autoindent
|
||||||
set tw=120
|
set tw=120
|
||||||
|
if !empty($NVIM_TEXT_WIDTH)
|
||||||
|
execute 'set tw=' . $NVIM_TEXT_WIDTH
|
||||||
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" UI CONFIG #########################################################{{{
|
" UI CONFIG #########################################################{{{
|
||||||
|
|
Loading…
Reference in New Issue