added some toggles and removed some comments

This commit is contained in:
Morgan McMillian 2021-05-04 21:34:23 -07:00
parent 9768b529c0
commit 78e51811ab

5
.vimrc
View file

@ -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 <F4> :set spell!<CR>
nmap <F3> :set list!<CR>
set listchars=tab:▸\ ,eol,space:.
" vim-plug, https://github.com/junegunn/vim-plug