nvim: set tw for emails to 72
This commit is contained in:
parent
aa5bbe517b
commit
bef34649f5
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user