From 1295227d417577ec811323583611c21d9f0a2f84 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 26 Apr 2024 23:39:26 +0200 Subject: feat: remove DAP related code, since I don't use a debugger --- lua/pml68/plugins.lua | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 1823e87..45e18b4 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -229,47 +229,6 @@ local plugins = { }) end }, - --Dap - { - "mfussenegger/nvim-dap", - init = function() - require("pml68.configs.dap") - end - }, - { - "jay-babu/mason-nvim-dap.nvim", - event = "VeryLazy", - dependencies = { - "williamboman/mason.nvim", - "mfussenegger/nvim-dap", - }, - opts = { - handlers = {}, - }, - }, - { - "rcarriga/nvim-dap-ui", - event = "VeryLazy", - dependencies = { - "mfussenegger/nvim-dap", - "nvim-neotest/nvim-nio" - }, - config = function() - local dap = require("dap") - local dapui = require("dapui") - - dapui.setup() - dap.listeners.after.event_initialized["dapui_config"] = function() - dapui.open() - end - dap.listeners.before.event_terminated["dapui_config"] = function() - dapui.close() - end - dap.listeners.before.event_exited["dapui_config"] = function() - dapui.close() - end - end, - }, --Dart/Flutter { "akinsho/flutter-tools.nvim", -- cgit v1.2.3