dotfiles/dotconfig/nvim/after/ftplugin/tex.lua

5 lines
115 B
Lua
Raw Normal View History

2024-05-28 20:42:24 +02:00
vim.opt_local.textwidth = 80
vim.opt_local.conceallevel = 2
vim.g.tex_flavor = 'latex'
vim.g.tex_conceal = 'abdmg'