tabedit fix

This commit is contained in:
Christian Nieves
2023-11-10 16:28:57 -06:00
parent bbc672c583
commit 2bac4ff3d6
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ return {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = "async_path" },
{ name = "cmdline", option = { ignore_cmds = { "edit", "write" } } },
{ name = "cmdline", option = { ignore_cmds = { "edit", "write", "tabedit" } } },
}),
})