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