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 --- after/plugin/mason-dap.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 after/plugin/mason-dap.lua (limited to 'after/plugin/mason-dap.lua') diff --git a/after/plugin/mason-dap.lua b/after/plugin/mason-dap.lua deleted file mode 100644 index 0b7a57e..0000000 --- a/after/plugin/mason-dap.lua +++ /dev/null @@ -1,8 +0,0 @@ -local status_ok, masondap = pcall(require, "mason-nvim-dap") -if not status_ok then - return -end - -masondap.setup { - automatic_setup = true, -} -- cgit v1.2.1