Added todo-comments plugin

This commit is contained in:
2024-06-17 20:48:58 +10:00
parent fc196c9b4b
commit 0430592548
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = {
'nvim-lua/plenary.nvim'
},
opts = {}
}