diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 1964eda..fcfc54c 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -14,10 +14,6 @@ return { 'nvim-neotest/nvim-nio', }, }, - { - 'rcarriga/cmp-dap', - version = false, - }, { 'LiadOz/nvim-dap-repl-highlights', version = false, @@ -91,7 +87,6 @@ return { config = function() local dap = require('dap') vim.fn.sign_define('DapBreakpoint', { text = '🛑', texthl = '', linehl = '', numhl = '' }) - require('cmp_dap').is_dap_buffer() -- make sure we can exit the terminal with esc vim.api.nvim_create_autocmd({ 'TermOpen' }, {