refactor(nvim): remove 'async_path' from cmp cmdline
This commit is contained in:
parent
82b58ca6b4
commit
f13ab6baec
@ -413,7 +413,6 @@ return {
|
||||
cmp.setup.cmdline(":", {
|
||||
mapping = cmp.mapping.preset.cmdline(),
|
||||
sources = cmp.config.sources({
|
||||
{ name = "async_path" },
|
||||
{
|
||||
name = "cmdline",
|
||||
option = {
|
||||
|
Loading…
Reference in New Issue
Block a user