first db commit

pull/1421/head
tastypawns 4 months ago
parent 220ff632e9
commit c81d870958

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

Loading…
Cancel
Save