Files
dotfiles/.config/nvim/lua/custom/plugins/todo-comments.lua
Sebastian 84202d1eae First commit
Added zsh, kitty, tmux, nvim and yazi
2024-09-20 21:24:11 +02:00

12 lines
244 B
Lua

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
}
},
}