feat: refactoring

This commit is contained in:
Carlos
2025-08-02 11:28:22 -04:00
parent a7f6d3067b
commit d8bbe04dd9
15 changed files with 1390 additions and 611 deletions

View File

@@ -6,7 +6,6 @@ return {
"jay-babu/mason-nvim-dap.nvim",
"mfussenegger/nvim-dap-python",
"theHamsta/nvim-dap-virtual-text",
"nvim-telescope/telescope-dap.nvim",
"Weissle/persistent-breakpoints.nvim",
{
"nvim-neotest/neotest",
@@ -136,12 +135,6 @@ return {
end, 200)
end, { desc = "🧼 Reset DAP UI Layout" })
-- 🔭 Telescope Integration
require("telescope").load_extension("dap")
keymap("n", "<leader>dcf", "<cmd>Telescope dap configurations<cr>", { desc = "🔭 DAP Configs" })
keymap("n", "<leader>dcb", "<cmd>Telescope dap list_breakpoints<cr>", { desc = "🧷 List Breakpoints" })
keymap("n", "<leader>dco", "<cmd>Telescope dap commands<cr>", { desc = "⚙️ DAP Commands" })
-- 🧿 Sign Icons
for name, icon in pairs({
DapBreakpoint = "🔴",