Nvim: added highlighting for 'Todo'
This commit is contained in:
parent
63139c9550
commit
d776892699
1 changed files with 11 additions and 0 deletions
11
nvim/.config/nvim/lua/plugin/todo-comments.lua
Normal file
11
nvim/.config/nvim/lua/plugin/todo-comments.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