init basic packages
This commit is contained in:
parent
dbba54cfd8
commit
ebd899d3d3
7 changed files with 71 additions and 2 deletions
11
lua/basic/plugins/todo.lua
Normal file
11
lua/basic/plugins/todo.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
'folke/todo-comments.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue