mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add todo-comments plugin
This commit is contained in:
parent
c5d6c76f11
commit
f67825a58a
9
config/nvim/lua/config/plugins/todo-comments.lua
Normal file
9
config/nvim/lua/config/plugins/todo-comments.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
highlight = {
|
||||
comments_only = false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user