From eedd83788f6607aaa879650d2c050cefe6ec2fd7 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