mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 12:35:04 +02:00
more useful plugins added: markdown render and todo comments
This commit is contained in:
parent
ff5785341e
commit
1926938717
3 changed files with 25 additions and 1 deletions
9
lua/custom/plugins/todo-comments.lua
Normal file
9
lua/custom/plugins/todo-comments.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue