updates
This commit is contained in:
parent
a7c688fcaf
commit
7790cef798
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user