install and configure todo comments plugin

This commit is contained in:
Nick Burt 2023-12-19 18:47:58 -06:00
parent c5922f155d
commit 3bc070e283
4 changed files with 13 additions and 0 deletions

View file

@ -13,5 +13,11 @@ return {
-- Theme
{ 'catppuccin/nvim', name='catppuccin', priority = 1000 },
-- Better Comments
{
'folke/todo-comments.nvim',
dependencies = { 'nvim-lua//plenary.nvim' }
},
}