Text wrap width a little wider

This commit is contained in:
Nicole Tietz-Sokolskaya 2019-03-18 16:53:33 -04:00
parent 0e29c016c5
commit 467aea94c3
2 changed files with 4 additions and 1 deletions

View file

@ -55,7 +55,7 @@ configure_completions() {
vimwiki() {
cd ~/Code/ntietz/vimwiki
git pull
vim -c "VimwikiIndex"
nvim -c "VimwikiIndex"
git add -A
git commit -am "Auto-commit ($(date))"
git push

View file

@ -14,6 +14,9 @@ set mouse=
set scrolloff=2
set sidescrolloff=0
" Wrap to 100 characters
set textwidth=100
" Display our current line number and the offset of other lines
set nu
set relativenumber