nvim-config

Log | Files | Refs | Submodules | README

commit 64d0350cf3c1435f385cf3a67e51f1ccedbfd792
parent e9cdff2123dbc1760a51e1f58afea8de9ed03282
Author: Thomas Vigouroux <me@vigoux.eu>
Date:   Fri, 31 May 2024 10:48:17 +0200

tex: enable spell

Diffstat:
Mafter/ftplugin/tex.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/after/ftplugin/tex.lua b/after/ftplugin/tex.lua @@ -5,6 +5,7 @@ vim.opt_local.conceallevel = 0 vim.opt_local.foldmethod = "marker" vim.opt_local.foldmarker = "%(,%)" vim.opt_local.wrap = false +vim.opt_local.spell = true vim.cmd [[normal zx]]