aboutsummaryrefslogtreecommitdiff
path: root/lua/config/plugins.lua
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-01-22 09:59:48 +0000
committerTrey Bastian <hello@treybastian.com>2026-01-22 09:59:48 +0000
commit4a3acb5408509badd21b263925c00cad6a7b43b9 (patch)
treec62c7bf28cb976cd5bce87e455dbf23a7631b250 /lua/config/plugins.lua
parent02400c25c84e71dc61e0d47f41822f234ca9897b (diff)
re-added dap to my config with dapview over dap-ui
Diffstat (limited to 'lua/config/plugins.lua')
-rw-r--r--lua/config/plugins.lua5
1 files changed, 5 insertions, 0 deletions
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]])