refactor(nvim): remove 'async_path' from cmp cmdline

This commit is contained in:
Price Hiller 2024-03-11 21:04:20 -05:00
parent 82b58ca6b4
commit f13ab6baec
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -413,7 +413,6 @@ return {
cmp.setup.cmdline(":", {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = "async_path" },
{
name = "cmdline",
option = {