first commit
This commit is contained in:
parent
5bdde24dfb
commit
e3a11a0ba5
27 changed files with 890 additions and 952 deletions
6
lua/custom/plugins/todo.lua
Normal file
6
lua/custom/plugins/todo.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'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