nvim default to wrap

This commit is contained in:
Yan Lin 2026-01-20 06:04:37 +01:00
parent 7a7350ac42
commit 6c5864b1f1

View file

@ -19,7 +19,7 @@
shiftwidth = 2; shiftwidth = 2;
tabstop = 2; tabstop = 2;
smartindent = true; smartindent = true;
wrap = false; wrap = true;
linebreak = true; # Don't break words when wrapping linebreak = true; # Don't break words when wrapping
breakindent = true; # Preserve indentation when wrapping breakindent = true; # Preserve indentation when wrapping
termguicolors = true; termguicolors = true;