From 66d18beec92078dd2ed6104716b4e8eebacb67a3 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 22 Oct 2023 19:41:12 -0400 Subject: remove dap cause idk how to auto configure it --- lua/core/binds.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lua/core/binds.lua') diff --git a/lua/core/binds.lua b/lua/core/binds.lua index 02216ae..b1e98be 100644 --- a/lua/core/binds.lua +++ b/lua/core/binds.lua @@ -103,11 +103,6 @@ map('n', 'u', 'UndotreeToggle', { desc = 'Open undo tree.' }) map('n', 'f', 'SFMToggle', { desc = 'Open file tree view.' }) map('n', 'b', 'JABSOpen', { desc = 'Switch between buffers.' }) -if pcall(require, "dapui") then - local dapui = require('dapui') -- dap ui - map('n', 'd', dapui.toggle, { desc = 'Debuging ui.' }) -end - if pcall(require, "smart-splits") then local smartsplits = require('smart-splits') -- resizing buffers (toggleable) map('n', 'r', smartsplits.start_resize_mode) -- cgit v1.2.1