diff --git a/init.vim b/init.vim index 4c72208..0ed9079 100644 --- a/init.vim +++ b/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 #########################################################{{{