mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
macboolk doesn't like lua :c
This commit is contained in:
10
lua/plugins/todo-comments.lua
Normal file
10
lua/plugins/todo-comments.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
'folke/todo-comments.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
event = 'VimEnter',
|
||||
opts = {
|
||||
signs = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user