Skip to content

Commit

Permalink
Increase vim tw to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadsaud committed Sep 5, 2017
1 parent fa1d8c6 commit 272a5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set shiftround
set smarttab
set expandtab
set backspace=indent,eol,start
set textwidth=100
set textwidth=120

" searching
set hlsearch
Expand Down

0 comments on commit 272a5ea

Please sign in to comment.