nvim default to wrap
This commit is contained in:
parent
7a7350ac42
commit
6c5864b1f1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
shiftwidth = 2;
|
||||
tabstop = 2;
|
||||
smartindent = true;
|
||||
wrap = false;
|
||||
wrap = true;
|
||||
linebreak = true; # Don't break words when wrapping
|
||||
breakindent = true; # Preserve indentation when wrapping
|
||||
termguicolors = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue