backup modular neovim
This commit is contained in:
parent
c89e2d8b63
commit
0fd02a88fc
22 changed files with 1238 additions and 866 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