From 2d5401967683d120cb7cd441859ca26d3945a4c2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 16:32:39 +0200 Subject: Fix(hm/conf/nvim/options): Set `textwidth` to 90, as 120 is just too much --- hm/soispha/conf/nvim/options/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/soispha/conf/nvim/options/default.nix b/hm/soispha/conf/nvim/options/default.nix index 879a5cd1..67b86dfc 100644 --- a/hm/soispha/conf/nvim/options/default.nix +++ b/hm/soispha/conf/nvim/options/default.nix @@ -84,7 +84,7 @@ virtualedit = "block"; # allow the cursor to move beyond actual character in visual block mode - textwidth = 120; # automatically hard wrap at 120 columns by default + textwidth = 90; # automatically hard wrap at 90 columns by default foldmethod = "marker"; # use markers to specify folds -- cgit 1.4.1