Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvim
This commit is contained in:
commit
1ff3a155aa
24 changed files with 895 additions and 806 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', 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