Move plugins to modules
This commit is contained in:
parent
dd54e7e745
commit
1097ac1fd5
10 changed files with 574 additions and 578 deletions
6
lua/custom/plugins/todo-comments.lua
Normal file
6
lua/custom/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return { -- Highlight todo, notes, etc in comments
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
opts = { signs = false },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue