Hello.
On 02/08/20 6:06 am, Gokul Das B wrote:
Infact, I am typing this mail on Neovim with format=flow
Cool. I suggest you to wrap lines at 70 or 75 char. Easy to read mail that way.
method. Share any additional info or interesting information about your editor too.
I use between vim (most times), nano and gui editor mousepad. Here is my very basic configuration:
" Vim Airline theme let g:airline_theme='powerlineish' let g:airline_powerline_fonts = 1 let laststatus=1 " Turn on syntax highlighting syntax on " Show line numbers set number " Whitespace set wrap set textwidth=70 "Always show current position set ruler set mouse=a " enable mouse support autocmd FileType mail set spell " spellcheck
--abhijith