diff --git a/nvim/lua/plugins/dap-python.lua b/nvim/lua/plugins/dap-python.lua deleted file mode 100644 index 92bbe8c..0000000 --- a/nvim/lua/plugins/dap-python.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - "https://codeberg.org/mfussenegger/nvim-dap-python", - dependencies = { - "https://codeberg.org/mfussenegger/nvim-dap", - }, - lazy = true, - ft = { "python" }, - config = function() - require('dap-python').setup() - end, -}