mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-31 10:39:25 +00:00
[neovim] Enable dapui
This commit is contained in:
@ -16,7 +16,7 @@ end
|
|||||||
dap_install.config("python", {})
|
dap_install.config("python", {})
|
||||||
-- add other configs here
|
-- add other configs here
|
||||||
|
|
||||||
-- dapui.setup({})
|
dapui.setup({})
|
||||||
|
|
||||||
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
|
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user