config.lua 239 B

12345678
  1. local fn = vim.fn
  2. fn.sign_define('DapBreakpoint', { text = '🅱️', texthl = '', linehl = '', numhl = '' })
  3. fn.sign_define('DapStopped', { text = '➡️', texthl = '', linehl = '', numhl = '' })
  4. -- no setup
  5. -- require'dap'.setup({});