nvim/lua/user/vimspector.lua

6 lines
226 B
Lua
Raw Normal View History

2022-10-19 00:30:20 -04:00
vim.cmd [[
sign define vimspectorBP text=\ texthl=ErrorMsg
sign define vimspectorPC text=\ texthl=ErrorMsg linehl=CursorLine
sign define vimspectorPCBP text= texthl=ErrorMsg linehl=CursorLine
]]