init.lua has been modularized
This commit is contained in:
parent
1d5222bd20
commit
b144748fea
10 changed files with 704 additions and 660 deletions
4
lua/kickstart/plugins/todo-comments.lua
Normal file
4
lua/kickstart/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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