about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
commit44f511c028bd46d57f8fefd0a7f538e46c413b05 (patch)
tree93bc246a670140c14463def6efd98369d293df2d /vim
parent39ad889f9bcc01c30c554f1ebbb953e1d232b98a (diff)
downloaddotfiles-44f511c028bd46d57f8fefd0a7f538e46c413b05.tar.gz
Add aerc config
Also update relevant configurations.
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/gvimrc2
-rw-r--r--vim/.vim/vimrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vim/gvimrc b/vim/.vim/gvimrc
index 16e63eb..cc98c03 100644
--- a/vim/.vim/gvimrc
+++ b/vim/.vim/gvimrc
@@ -1,5 +1,5 @@
 runtime ftplugin/man.vim
 nmap K :Man <cword><CR>
-set guifont=Latin\ Modern\ Mono\ 12
+set guifont=Latin\ Modern\ Mono\ 15
 set guioptions=cdi
 set guicursor+=a:blinkon0
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 1c16a78..1b7c421 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -29,7 +29,7 @@ augroup vimrc
   autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal
         \ setlocal shiftwidth=2
   autocmd FileType rst setlocal shiftwidth=3
-  autocmd FileType markdown,rst,tex setlocal spell
+  autocmd FileType mail,markdown,rst,tex setlocal spell
   autocmd BufWinEnter *
         \ if &filetype ==# 'python' || &filetype ==# 'cython'
         \ || &filetype ==# 'mail'