Changing the cmdline autocomplete source to have a minimum keyword_length of 1

This commit is contained in:
Finch 2024-03-11 19:22:56 -05:00
parent b88c541140
commit be69817d68

View File

@ -52,7 +52,7 @@ return {
{ name = 'path' }, { name = 'path' },
{ name = 'buffer' }, { name = 'buffer' },
}, { }, {
{ name = 'cmdline' }, { name = 'cmdline', keyword_length = 1 },
}) })
}) })