Remove markview add supermaven.

This commit is contained in:
calcu1on
2025-04-12 14:51:42 -04:00
parent ed65d752c6
commit b5b26754bd
6 changed files with 26 additions and 24 deletions

View File

@@ -47,6 +47,14 @@ dap.configurations.php = {
}
}
}
-- vim.cmd [[
-- highlight Normal guibg=none
-- highlight NonText guibg=none
-- highlight Normal ctermbg=none
-- highlight NonText ctermbg=none
-- ]]
vim.fn.sign_define('DapBreakpoint',{ text ='🟥', texthl ='', linehl ='', numhl =''})
vim.fn.sign_define('DapStopped',{ text ='▶️', texthl ='', linehl ='', numhl =''})
vim.keymap.set('n', '<leader>?', function() dap.continue() end)