style: added textwidth to opt_local for latex and tex files
This commit is contained in:
parent
a73dd15dea
commit
249165f8c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue