aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/ftplugin/tex.lua
blob: b1dbce0e0749e8a8e345d922c576a23d7f9a9e52 (plain) (blame)
1
2
3
4
vim.wo.spell = true
vim.bo.formatoptions = vim.bo.formatoptions .. "t"
vim.b.undo_ftplugin = vim.b.undo_ftplugin
  .. "|setlocal spell< |setlocal formatoptions<"