From 7790cef7980aa39413776ea59146be586d1feef2 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Thu, 2 Mar 2023 21:41:31 -0800 Subject: [PATCH] updates --- lua/plugins.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index af470c1..8a0af03 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -111,6 +111,19 @@ return { end }, + + { + "folke/todo-comments.nvim", + requires = "nvim-lua/plenary.nvim", + config = function() + require("todo-comments").setup { + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + } + end + }, + -- fuzzy finder { 'nvim-telescope/telescope.nvim',