master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit e308de510a - Show all commits

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' },
}),