Skip to content

Commit

Permalink
[nvim] Remove textwidth setting
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelAlejoBR committed Jul 13, 2019
1 parent 1697348 commit 3cb4a2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
set expandtab " Use spaces when hitting tab
set nowrap " Disable wrapping
set shiftwidth=4 " Use 4 spaces when indenting with '>' or unindenting with '<'
set textwidth=80 " Wrap the text at 80 characters
" }
"
" ui {
Expand Down

0 comments on commit 3cb4a2b

Please sign in to comment.