X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2553a453d0845bedcc8a1fd219913e25d7d443f9..eca3163fa25f5d6a4d1aa77d447473141d1a5b79:/nvim/lua/plugins/dap.lua diff --git a/nvim/lua/plugins/dap.lua b/nvim/lua/plugins/dap.lua index 8657ab8..483d40f 100644 --- a/nvim/lua/plugins/dap.lua +++ b/nvim/lua/plugins/dap.lua @@ -39,16 +39,6 @@ return { opts = {}, }, - -- which key integration - { - "folke/which-key.nvim", - opts = { - defaults = { - ["d"] = { name = "+debug" }, - }, - }, - }, - -- mason.nvim integration { "jay-babu/mason-nvim-dap.nvim",