aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/ftplugin/text.lua
blob: 2179c42aaae44277559a4682aa6b46d1992696aa (plain) (blame)
1
2
3
vim.wo.spell = true
vim.bo.formatoptions = vim.bo.formatoptions .. "t"
vim.bo.commentstring = "# %s"