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 autoindent
|
||||
set tw=120
|
||||
if !empty($NVIM_TEXT_WIDTH)
|
||||
execute 'set tw=' . $NVIM_TEXT_WIDTH
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" UI CONFIG #########################################################{{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user