This commit is contained in:
abs3nt 2023-03-02 21:41:31 -08:00
parent a7c688fcaf
commit 7790cef798

View File

@ -111,6 +111,19 @@ return {
end 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 -- fuzzy finder
{ {
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',