1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

[neovim] Update plugins

This commit is contained in:
2022-10-22 18:19:32 +02:00
parent 81035e624c
commit fa60eca975
3 changed files with 23 additions and 19 deletions

View File

@ -14,8 +14,6 @@ if not dap_install_status_ok then
end
dap_install.config("python", {})
-- add other configs here
dapui.setup({})
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })