aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/todo-comments.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/todo-comments.lua')
-rw-r--r--nvim/lua/plugins/todo-comments.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/todo-comments.lua b/nvim/lua/plugins/todo-comments.lua
index b62212c..340dbcd 100644
--- a/nvim/lua/plugins/todo-comments.lua
+++ b/nvim/lua/plugins/todo-comments.lua
@@ -3,6 +3,7 @@ return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
event = { "BufReadPost", "BufNewFile" },
+ lazy = false,
config = function()
require("todo-comments").setup({
signs = true,