mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Install todo-comments
This commit is contained in:
parent
33d19d7a7d
commit
6d847eed2e
1 changed files with 5 additions and 0 deletions
5
lua/plugins/todo-comments.lua
Normal file
5
lua/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
-- NOTE: foo
|
||||||
|
return {
|
||||||
|
"folke/todo-comments.nvim",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue