From 249165f8c7d51737c4eb9896fe18b8ac9e7e50e4 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Mon, 7 Jul 2025 07:57:00 -0500 Subject: [PATCH] style: added textwidth to opt_local for latex and tex files --- config/autocmds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autocmds.nix b/config/autocmds.nix index 764d0b3..707543c 100755 --- a/config/autocmds.nix +++ b/config/autocmds.nix @@ -25,6 +25,7 @@ callback.__raw = '' function() vim.opt_local.wrap = true; + vim.opt_local.textwidth = 80; vim.opt_local.linebreak = true; vim.keymap.set("n", "zz", function() if require("zen-mode.view").is_open() then