blob: 8c72f6f5f53f40dafbb3c394529cad6da48a0f41 (
plain) (
blame)
1
2
3
4
5
|
vim.wo.spell = true
vim.bo.formatoptions = vim.bo.formatoptions .. "t"
vim.bo.commentstring = "# %s"
vim.b.undo_ftplugin = vim.b.undo_ftplugin
.. "|setlocal spell< |setlocal formatoptions< |setlocal commentstring"
|