diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-15 15:30:46 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-15 15:30:46 -0500 |
commit | 67c8a6f57717a2773a63a0556c10fb19e787f87e (patch) | |
tree | 930661f745375593d09c88813d5c8ff0befca9cb /home-config/nvim/config/after | |
parent | 83778242afc70b4d1f441f72b811c9d31d12db28 (diff) |
fixed neovim wrapping in aerc
Diffstat (limited to 'home-config/nvim/config/after')
-rw-r--r-- | home-config/nvim/config/after/ftplugin/mail/custom.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/nvim/config/after/ftplugin/mail/custom.vim b/home-config/nvim/config/after/ftplugin/mail/custom.vim index 41ad2e4..75078e5 100644 --- a/home-config/nvim/config/after/ftplugin/mail/custom.vim +++ b/home-config/nvim/config/after/ftplugin/mail/custom.vim | |||
@@ -1,2 +1,2 @@ | |||
1 | setlocal tw=0 | 1 | setlocal tw=0 wm=0 |
2 | setlocal lbr | 2 | setlocal wrap linebreak |