Text wrap width a little wider
This commit is contained in:
parent
0e29c016c5
commit
467aea94c3
2 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,7 @@ configure_completions() {
|
||||||
vimwiki() {
|
vimwiki() {
|
||||||
cd ~/Code/ntietz/vimwiki
|
cd ~/Code/ntietz/vimwiki
|
||||||
git pull
|
git pull
|
||||||
vim -c "VimwikiIndex"
|
nvim -c "VimwikiIndex"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -am "Auto-commit ($(date))"
|
git commit -am "Auto-commit ($(date))"
|
||||||
git push
|
git push
|
||||||
|
|
|
@ -14,6 +14,9 @@ set mouse=
|
||||||
set scrolloff=2
|
set scrolloff=2
|
||||||
set sidescrolloff=0
|
set sidescrolloff=0
|
||||||
|
|
||||||
|
" Wrap to 100 characters
|
||||||
|
set textwidth=100
|
||||||
|
|
||||||
" Display our current line number and the offset of other lines
|
" Display our current line number and the offset of other lines
|
||||||
set nu
|
set nu
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
Loading…
Reference in a new issue