style: added textwidth to opt_local for latex and tex files

This commit is contained in:
Ceferino Patino 2025-07-07 07:57:00 -05:00
commit 249165f8c7
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -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", "<leader>zz", function()
if require("zen-mode.view").is_open() then