nvim: set tw for emails to 72

This commit is contained in:
tastytea 2022-12-31 23:41:16 +01:00
parent aa5bbe517b
commit bef34649f5
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -52,6 +52,12 @@ vim.api.nvim_create_autocmd({ 'FileType' }, {
command = [[set ft=cpp.doxygen]]
})
vim.api.nvim_create_autocmd({ 'FileType' }, {
group = ffgroup,
pattern = { 'mail' },
command = [[set textwidth=72]]
})
require("todo-comments").setup({
signs = false,
highlight = {