diff --git a/.vimrc b/.vimrc index 581d679..c16e43c 100644 --- a/.vimrc +++ b/.vimrc @@ -37,6 +37,7 @@ autocmd FileType python setlocal et ts=4 sw=4 autocmd FileType qml setlocal et ts=4 sw=4 autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap +autocmd FileType xml setlocal et ts=2 sw=2 nmap :set spell! nmap :set list!