first db commit

This commit is contained in:
tastypawns 2025-03-25 23:25:38 +00:00
parent 220ff632e9
commit c81d870958

View File

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