Add todo's to investigate interesting vim settings

This commit is contained in:
Kenneth Benzie 2016-10-25 08:42:42 +09:00
parent 9a07c179fa
commit 4297e753eb

View File

@ -1,6 +1,11 @@
" Enable all mouse features " Enable all mouse features
set mouse=a set mouse=a
" TODO: spellcapcheck
" TODO: switchbuf=usetab
" TODO: virtualedit=block
" TODO: whichwrap=b,h,l,s,<,>,[,],~
" Don't show completeopt preview buffer " Don't show completeopt preview buffer
set completeopt-=preview set completeopt-=preview