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