Change todo comments config

This commit is contained in:
Thomas Lazarus 2025-11-10 19:56:01 -06:00
parent ebd12e7ab1
commit 9348a948f8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } } return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = {} }
-- vim: ts=2 sts=2 sw=2 et -- vim: ts=2 sts=2 sw=2 et