install and configure todo comments plugin
This commit is contained in:
parent
c5922f155d
commit
3bc070e283
4 changed files with 13 additions and 0 deletions
|
|
@ -13,5 +13,11 @@ return {
|
|||
|
||||
-- Theme
|
||||
{ 'catppuccin/nvim', name='catppuccin', priority = 1000 },
|
||||
|
||||
-- Better Comments
|
||||
{
|
||||
'folke/todo-comments.nvim',
|
||||
dependencies = { 'nvim-lua//plenary.nvim' }
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue