diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-13 23:44:24 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-13 23:44:24 +0800 |
| commit | ca8b1bd0a783244d60851445ba47aaa0f67cef19 (patch) | |
| tree | e9b2272ba217b3028e6e44bd62d878caa8367ce9 /lua/plugins | |
| parent | 5ea42a3593e1ee743a7d32ec66fcd9e5e8f12f63 (diff) | |
Added more plugins
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/init.lua | 17 |
1 files changed, 12 insertions, 5 deletions
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 |
