This commit is contained in:
clowiie 2024-11-14 13:45:16 +07:00
parent 2ba39c6973
commit 771719ed07
29 changed files with 1190 additions and 831 deletions

View file

@ -0,0 +1,6 @@
return {
'folke/todo-comments.nvim',
event = { 'BufReadPre', 'BufNewFile' },
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
}