diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-13 02:16:40 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-13 02:16:40 +0000 |
| commit | f1b3356689003abe9edb5a46d4a091b0a41d7306 (patch) | |
| tree | 3f94c38ddf7559f088c581b3270f62f99484477e /after/ftplugin/mail.vim | |
| parent | 7e35baacfdeeb7f834fa37841c9d3a2189a976d0 (diff) | |
| download | nvim-f1b3356689003abe9edb5a46d4a091b0a41d7306.tar.gz | |
moving vimscript configs to lua config
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | after/ftplugin/mail.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim deleted file mode 100644 index 1f7f8bd..0000000 --- a/after/ftplugin/mail.vim +++ /dev/null @@ -1,5 +0,0 @@ -autocmd BufRead,BufNewFile *mutt-* setfiletype mail -au BufRead /tmp/*mutt-* set tw=72 -set textwidth=72 -set colorcolumn=72 -set spell |
