refactor(nvim): disable conceal in latex

This commit is contained in:
Price Hiller 2023-09-13 16:31:29 -05:00
parent 7189898849
commit ec0f56f556
No known key found for this signature in database

View File

@ -1,3 +1,4 @@
vim.opt_local.expandtab = false
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.conceallevel = 0