summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-extmarks.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/plugin/50-extmarks.lua')
-rw-r--r--.config/nvim/plugin/50-extmarks.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-extmarks.lua b/.config/nvim/plugin/50-extmarks.lua
index 50ba81d..c9e9eaa 100644
--- a/.config/nvim/plugin/50-extmarks.lua
+++ b/.config/nvim/plugin/50-extmarks.lua
@@ -3,7 +3,8 @@
--
-- * Creates a global highlight namespace for extended marks.
-- * Keeps track of the current global highlight namespace in `vim.g.hl_ns`.
--- * Creates an autocommand that initializes and updates extended marks.
+-- * Creates an autocommand that initializes and updates extended marks when 'background' or the
+-- color scheme change.
-- For now, only "TODO" strings are marked but the system can be easily extended by adding items
-- in `marks`.
-- Doesn't support multi-line patterns.