mirror of
https://github.com/tomru/vim.git
synced 2026-03-02 22:17:17 +01:00
add todo highlighting
This commit is contained in:
11
lua/custom/plugins/todos.lua
Normal file
11
lua/custom/plugins/todos.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'folke/todo-comments.nvim',
|
||||
requires = 'nvim-lua/plenary.nvim',
|
||||
config = function()
|
||||
require('todo-comments').setup {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user