diff --git a/after/ftplugin/notes.vim b/after/ftplugin/notes.vim new file mode 100644 index 0000000..5aa6585 --- /dev/null +++ b/after/ftplugin/notes.vim @@ -0,0 +1,4 @@ +" Override default hightlight groups +hi link notesTodo Todo +hi link notesDoneMarker Note +hi link notesXXX Important