Update README

This commit is contained in:
2025-10-03 12:32:09 +01:00
parent 2f14f4a4be
commit c000ea3150
4 changed files with 139 additions and 2 deletions

View File

@@ -467,6 +467,7 @@ function M.setup()
end,
})
vim.api.nvim_create_autocmd({ "CursorMoved", "CursorMovedI" }, {
pattern = "*.udi",
callback = function()
highlight_todo_items()
end,