nvim/lua/user/vimspector.lua

6 lines
226 B
Lua

vim.cmd [[
sign define vimspectorBP text=\ ● texthl=ErrorMsg
sign define vimspectorPC text=\ ▶ texthl=ErrorMsg linehl=CursorLine
sign define vimspectorPCBP text=●▶ texthl=ErrorMsg linehl=CursorLine
]]