Remove redundant comments

This commit is contained in:
Ben Jackson 2020-12-14 16:14:02 +00:00
commit f161ce1e8c

View file

@ -28,11 +28,6 @@ if exists( 'g:loaded_vimpector' )
endif
"}}}
" TODO:
" - Check Vim version (for jobs)
" - Check python support
" - Add commands/mappings/menus?
let g:loaded_vimpector = 1
let g:vimspector_home = expand( '<sfile>:p:h:h' )