From 4a3acb5408509badd21b263925c00cad6a7b43b9 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 22 Jan 2026 09:59:48 +0000 Subject: re-added dap to my config with dapview over dap-ui --- lua/config/plugins.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/config/plugins.lua') diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index 7d3ebda..ec4f26a 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -5,7 +5,12 @@ vim.pack.add({ "https://github.com/jessarcher/vim-heritage", "https://github.com/windwp/nvim-autopairs", "https://github.com/kylechui/nvim-surround", + "https://github.com/f-person/auto-dark-mode.nvim", + "https://github.com/ellisonleao/gruvbox.nvim", + "https://github.com/MunifTanjim/nui.nvim", }) require("nvim-autopairs").setup() require("nvim-surround").setup() + +vim.cmd([[colorscheme gruvbox]]) -- cgit v1.2.3