Add dap support
This commit is contained in:
parent
e5f3edd8c8
commit
c56438c44b
5 changed files with 70 additions and 6 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue