mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 01:31:14 +00:00
[neovim] Enable dapui
This commit is contained in:
parent
e2ac092a81
commit
5a9d5c507b
@ -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 = "" })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user