1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/nvim/.vimrc.local
2019-06-19 12:14:53 +02:00

14 lines
265 B
Plaintext

color gruvbox
" vim-devicons
set encoding=utf8
" mutt
au BufRead ~/.mutt/temp/mutt-* set tw=72
" default previe browser
let g:livedown_browser='firefox-developer-edition --class="firefox-developer"'
" toggle markdown preview
nmap <leader>P :LivedownToggle<CR>