catppuccin

This commit is contained in:
Christoph Wagner 2024-04-04 21:16:57 +02:00
parent 9c91864628
commit 99ce104a81
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ require('lazy').setup({
vim.cmd.hi 'Comment gui=none'
end,
},
{ 'catppuccin/nvim', name = 'catppuccin' },
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },