# HG changeset patch # User Peter Sanchez # Date 1721765265 21600 # Tue Jul 23 14:07:45 2024 -0600 # Node ID b7b60ab5893afdab17b32180e2a06b5f44c41d11 # Parent 7284610c7f6b893462c1e302da9aa6ca8fcade45 Updating vimrc diff --git a/vim/vimrc b/vim/vimrc --- a/vim/vimrc +++ b/vim/vimrc @@ -137,7 +137,12 @@ " http://joeclark.org/ffaq.html " http://wcm1.web.rice.edu/mutt-tips.html augroup mutt - au BufRead,BufNewFile *mutt* set filetype=mail + au BufRead,BufNewFile *mutt* set spell filetype=mail + autocmd FileType mail setlocal fo+=aw tw=72 +augroup END + +augroup aerc + au BufRead,BufNewFile aerc-compose-*.eml set spell filetype=mail autocmd FileType mail setlocal fo+=aw tw=72 augroup END @@ -451,6 +456,10 @@ let g:Lf_NormalMap = { \ "File": [["u", ':LeaderfFile ..']] \} +" Tips from: https://jdhao.github.io/2020/08/26/leaderf_nvim_settings/ +let g:Lf_ShowDevIcons = 0 " Don't use file icons +let g:Lf_WorkingDirectoryMode = 'a' " Search entire repo, not just from cur dir +" let g:Lf_UseMemoryCache = 0 " Don't cache project files " vim-markdown let g:vim_markdown_folding_disabled=1