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

5 lines
118 B
Lua
Raw Permalink Normal View History

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