From 9522738186ed058535bff7b26ea010b045d8e99c Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:20:03 -0400 Subject: change cmp source path to async_path --- lua/core/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core') diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 4836c2e..40ca880 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -70,7 +70,7 @@ require 'dep' { { 'hrsh7th/nvim-cmp', deps = { 'hrsh7th/cmp-buffer', - 'hrsh7th/cmp-path', + 'FelipeLema/cmp-async-path', 'hrsh7th/cmp-calc', 'saadparwaiz1/cmp_luasnip', 'hrsh7th/cmp-nvim-lua', -- cgit v1.2.1