Skip to content

Instantly share code, notes, and snippets.

View vincentmader's full-sized avatar
🚀

Vincent C. Mader vincentmader

🚀
View GitHub Profile
@huytd
huytd / todo.vim
Created June 14, 2020 07:34
A Todo list syntax in Vim, with an actual checkbox
" Vim syntax file
" Language: Todo
" Maintainer: Huy Tran
" Latest Revision: 14 June 2020
if exists("b:current_syntax")
finish
endif
" Custom conceal