From c81d870958127ea239ec2f88eec73710612ccb9d Mon Sep 17 00:00:00 2001 From: tastypawns Date: Tue, 25 Mar 2025 23:25:38 +0000 Subject: [PATCH] first db commit --- init.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d9f0855b..f8670951 100644 --- a/init.lua +++ b/init.lua @@ -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 } },