1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 20:59:26 +00:00

[neovim] Enable dapui

This commit is contained in:
2022-10-19 20:01:39 +02:00
parent e2ac092a81
commit 5a9d5c507b

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 = "" })