master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 9b58d16e6e - Show all commits

View File

@@ -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' }, {