Modular branch
This commit is contained in:
parent
b84883d772
commit
bb14eda4d2
20 changed files with 970 additions and 86 deletions
5
lua/kickstart/plugins/todo-comments.lua
Normal file
5
lua/kickstart/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Highlight todo, notes, etc in comments
|
||||
return {
|
||||
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
||||
}
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
Loading…
Add table
Add a link
Reference in a new issue