[neovim] Enable dapui

This commit is contained in:
Daniel Carrillo 2022-10-19 20:01:39 +02:00
parent e2ac092a81
commit 5a9d5c507b
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ end
dap_install.config("python", {})
-- add other configs here
-- dapui.setup({})
dapui.setup({})
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })