Add dap support

This commit is contained in:
Alexander Gehrke 2025-09-19 16:49:25 +02:00
parent e5f3edd8c8
commit c56438c44b
5 changed files with 70 additions and 6 deletions

View file

@ -7,6 +7,7 @@ return {
-- See the configuration section for more details
-- Load luvit types when the `vim.uv` word is found
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
"nvim-dap-ui"
},
},
},
@ -46,9 +47,9 @@ return {
completion = {
documentation = { auto_show = false },
list = { selection = { preselect = false, auto_insert = true } },
ghost_text = { enabled = true },
},
fuzzy = { implementation = "prefer_rust_with_warning" },
ghost_text = { enabled = true },
},
opts_extend = { "sources.default" },
},