Update debug.lua
This commit is contained in:
parent
71ae43e589
commit
3a20d76673
|
@ -73,7 +73,7 @@ return {
|
|||
vim.api.nvim_set_hl(0, "green", { fg = "#9ece6a", bg = "#FFFF00" })
|
||||
vim.api.nvim_set_hl(0, "yellow", { fg = "#FAFA33", bg = "#FFFa05" })
|
||||
vim.api.nvim_set_hl(0, "black", { fg = "#000000", bg = "#FFFF00" })
|
||||
vim.fn.sign_define('DapBreakpoint',{ text="", texthl='blue',linehl='black', numhl='yellow' })
|
||||
vim.fn.sign_define('DapBreakpoint',{ text = '🐞', texthl='blue',linehl='black', numhl='yellow' })
|
||||
vim.fn.sign_define('DapStopped',{ text="", texthl='green',linehl='black', numhl='yellow' })
|
||||
|
||||
-- Dap UI setup
|
||||
|
|
Loading…
Reference in New Issue