From 6c95bd94ee2cd9cb65ed1147e2dc27ca552d5a90 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 13:01:05 +0100 Subject: [PATCH] Move notes highlight overrides to ftplugin --- after/ftplugin/notes.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/notes.vim 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