mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 23:19:25 +00:00
[neovim] Enable dapui
This commit is contained in:
@ -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 = "" })
|
||||
|
||||
|
Reference in New Issue
Block a user