Skip to content

Commit

Permalink
Add todo comments plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 22, 2023
1 parent dc16a4c commit dd69670
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/nvim/lua/lazy_plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@ return apply_shortcut({
"nvim-telescope/telescope.nvim",
_user_conf = "telescope",
dependencies = { "nvim-lua/plenary.nvim" },
}
},
{
'folke/todo-comments.nvim',
dependencies = { 'nvim-lua/plenary.nvim' },
},
})

0 comments on commit dd69670

Please sign in to comment.