This commit is contained in:
Christian Nieves
2024-01-11 23:09:32 -06:00
parent 27d2ea5b33
commit 44c0523801
7 changed files with 94 additions and 39 deletions

View File

@ -68,6 +68,7 @@ return {
cmp.setup.cmdline(":", {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = "nvim_lsp_signature_help", priority = 9 },
{ name = "async_path" },
{ name = "cmdline", option = { ignore_cmds = { "edit", "write", "tabedit" } } },
}),