From ca8b1bd0a783244d60851445ba47aaa0f67cef19 Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 13 Dec 2025 23:44:24 +0800 Subject: Added more plugins --- lua/plugins/init.lua | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'lua/plugins/init.lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index eca8d68..e5617b6 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -117,11 +117,18 @@ return { { "nvimdev/dashboard-nvim", event = "VimEnter", dependencies = { "nvim-tree/nvim-web-devicons" }, config = require("config.dashboard") }, -- Hex Editing - { 'ArcaneSpecs/HexEditor.nvim', - config = function() - require("config.hex")() -- note the () if your lsp.lua returns a function - end, - }, + -- { 'ArcaneSpecs/HexEditor.nvim', + -- config = function() + -- require("config.hex")() -- note the () if your lsp.lua returns a function + -- end, + -- }, + 'RaafatTurki/hex.nvim', + + -- Debugging + 'mfussenegger/nvim-dap', + + -- UndoTree + 'mbbill/undotree', -- Themes -- cgit v1.2.3