5 lines
226 B
Lua
5 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
|
|
]]
|