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

6 lines
204 B
Lua

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