Skip to content

Commit c81d870

Browse files
committed
first db commit
1 parent 220ff63 commit c81d870

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

init.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,12 @@ require('lazy').setup({
843843
vim.cmd.hi 'Comment gui=none'
844844
end,
845845
},
846-
846+
{
847+
'neko-night/nvim',
848+
lazy = false,
849+
priority = 1000,
850+
opts = {},
851+
},
847852
-- Highlight todo, notes, etc in comments
848853
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
849854

0 commit comments

Comments
 (0)