You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here a plea for tips to fix a line breaking issue with Neomutt. My wish is to have soft line wrapping, so paragraphs don't get broken up automatically into lines at 80 characters.
In init.vim:
set wrap
set linebreak
set textwidth=0
set wrapmargin=0
autocmd BufRead,BufNewFile /tmp/neomutt* let g:goyo_width=80
autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo | set bg=light
When I toggle Goyo in Neovim outside Neomutt, life is good. But I get hard line breaks with Goyo inside Neomutt -- even with this line in muttrc:
set editor="nvim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'"
Oddly, when I toggle out of Goyo in Neomutt and type more than 80 characters in the standard Neovim buffer, I DO get a soft break. I'm stumped...
The text was updated successfully, but these errors were encountered:
Here a plea for tips to fix a line breaking issue with Neomutt. My wish is to have soft line wrapping, so paragraphs don't get broken up automatically into lines at 80 characters.
In
init.vim
:When I toggle Goyo in Neovim outside Neomutt, life is good. But I get hard line breaks with Goyo inside Neomutt -- even with this line in muttrc:
Oddly, when I toggle out of Goyo in Neomutt and type more than 80 characters in the standard Neovim buffer, I DO get a soft break. I'm stumped...
The text was updated successfully, but these errors were encountered: