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

14 lines
265 B
Plaintext
Raw Normal View History

2019-06-19 10:14:53 +00:00
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"'
2019-03-22 14:41:51 +00:00
" toggle markdown preview
nmap <leader>P :LivedownToggle<CR>