master #1

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

View File

@@ -77,10 +77,18 @@ return {
else else
fallback() fallback()
end end
end, { end, { 'i', 's', }),
'i', ['<c-x>'] = cmp.mapping(cmp.mapping.complete(
's', {
}), config = {
sources = {
{
name = 'cmdline_history'
}
}
}
}
), { 'c' }),
}, },
snippet = { snippet = {
expand = function(args) expand = function(args)
@@ -150,7 +158,7 @@ return {
cmp.setup.cmdline(':', { cmp.setup.cmdline(':', {
sources = { sources = {
{ name = 'cmdline' }, { name = 'cmdline' },
{ name = 'cmdline_history' }, -- { name = 'cmdline_history' },
{ name = 'path' }, { name = 'path' },
{ name = 'buffer' }, { name = 'buffer' },
}, },