show completion on commandline as you type
This commit is contained in:
parent
27bac8f80e
commit
6135a22b88
@ -121,6 +121,7 @@ function M.config()
|
||||
},
|
||||
}
|
||||
cmp.setup.cmdline(':', {
|
||||
completion = { autocomplete = { 'TextChanged' } },
|
||||
mapping = cmp.mapping.preset.cmdline(),
|
||||
sources = {
|
||||
{ name = 'cmdline' },
|
||||
|
Loading…
Reference in New Issue
Block a user