removed cmp from dap
This commit is contained in:
parent
e97c34d65d
commit
9b58d16e6e
@ -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' }, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user