diff --git a/.vimrc b/.vimrc index 797f906..c1d7720 100644 --- a/.vimrc +++ b/.vimrc @@ -26,9 +26,6 @@ highlight TabLine cterm=none ctermbg=none ctermfg=darkgrey highlight NonText ctermfg=darkgrey highlight SpecialKey ctermfg=darkgrey highlight lineNr ctermfg=grey cterm=italic -" highlight Type ctermfg=darkblue - -" test out some other things autocmd BufRead,BufNewFile ~/tmp/post setlocal spell spelllang=en_us wrap autocmd FileType h setlocal et ts=4 sw=4 @@ -41,6 +38,8 @@ 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 +nmap :set spell! +nmap :set list! set listchars=tab:▸\ ,eol:¬,space:. " vim-plug, https://github.com/junegunn/vim-plug