mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
moved to modular flow and added Quarto
This commit is contained in:
parent
c57b09f82e
commit
c34df814a3
17 changed files with 1000 additions and 939 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