X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/3724ca316a93ad44114169f13e6ce37c9cbe5ebe..HEAD:/.config/lazyvim/after/ftplugin/mail.lua diff --git a/.config/lazyvim/after/ftplugin/mail.lua b/.config/lazyvim/after/ftplugin/mail.lua index 9cf3d44..8118cef 100644 --- a/.config/lazyvim/after/ftplugin/mail.lua +++ b/.config/lazyvim/after/ftplugin/mail.lua @@ -26,6 +26,12 @@ vim.opt_local.formatoptions:remove("l") -- would not break lines that were long vim.opt_local.commentstring = "> %s" -- commenting means quoting in mails -- }}} +-- {{{ options +vim.opt.number = false +vim.opt.relativenumber = false +vim.opt.signcolumn = "no" +-- }}} + -- {{{ autocmds vim.api.nvim_create_autocmd({ "BufWrite" }, { buffer = 0,