Remove markview add supermaven.
This commit is contained in:
8
init.lua
8
init.lua
@@ -47,6 +47,14 @@ dap.configurations.php = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- vim.cmd [[
|
||||
-- highlight Normal guibg=none
|
||||
-- highlight NonText guibg=none
|
||||
-- highlight Normal ctermbg=none
|
||||
-- highlight NonText ctermbg=none
|
||||
-- ]]
|
||||
|
||||
vim.fn.sign_define('DapBreakpoint',{ text ='🟥', texthl ='', linehl ='', numhl =''})
|
||||
vim.fn.sign_define('DapStopped',{ text ='▶️', texthl ='', linehl ='', numhl =''})
|
||||
vim.keymap.set('n', '<leader>?', function() dap.continue() end)
|
||||
|
||||
Reference in New Issue
Block a user