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

14 lines
265 B
Plaintext

color molokai
" 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>