diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 08:21:33 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 08:21:33 -0500 |
| commit | 7e8ea8e3d49a9ebef3a949dd970080a43d5ab616 (patch) | |
| tree | da02b4cad2845b08fe6947fcf7ff154aa2e93584 /.config | |
| parent | 4fd200501eb118796fd3efc6401c044555e6690f (diff) | |
| download | eibhear-7e8ea8e3d49a9ebef3a949dd970080a43d5ab616.tar.gz eibhear-7e8ea8e3d49a9ebef3a949dd970080a43d5ab616.tar.zst eibhear-7e8ea8e3d49a9ebef3a949dd970080a43d5ab616.zip | |
goyo maintains good colors
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 25c84ca..2833984 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -86,7 +86,7 @@ set clipboard=unnamedplus " Enable Goyo by default for mutt writting " Goyo's width will be the line limit in mutt. autocmd BufRead,BufNewFile /tmp/neomutt* let g:goyo_width=80 - autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo + autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo \| set bg=light " Automatically deletes all trailing whitespace on save. autocmd BufWritePre * %s/\s\+$//e |
