diff --git a/config/nvim/lua/config/plugins/todo-comments.lua b/config/nvim/lua/config/plugins/todo-comments.lua new file mode 100644 index 0000000..1fc528e --- /dev/null +++ b/config/nvim/lua/config/plugins/todo-comments.lua @@ -0,0 +1,9 @@ +return { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = { + highlight = { + comments_only = false + } + } +}