Skip to content

Commit

Permalink
longer lines are not wrapped by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Aug 8, 2023
1 parent 8a754d4 commit 14cd532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vim/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ set formatoptions=tcqnl " include numbered lists when formatting with gq
set comments-=s1:/*,mb:*,ex:*/ " removes C-style formatting from default
set comments+=fb:* " let comments begin with *; meaning lists can now have *
set autoindent " set automatic indenting
set wrap " do not force word wrapping on (does not put hard return)
set nowrap " do not force word wrapping on (does not put hard return)
set linebreak " does not breakup words
set nojoinspaces " avoids inserting two spaces when joining lines

Expand Down

0 comments on commit 14cd532

Please sign in to comment.