added cmd history to cmp again

This commit is contained in:
Oliver Hartmann 2024-06-20 23:10:07 +02:00
parent 7fe27982d5
commit e308de510a

View File

@ -173,7 +173,7 @@ return {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = 'cmdline' },
-- { name = 'cmdline_history' },
{ name = 'cmdline_history' },
{ name = 'path' },
{ name = 'buffer' },
}),