summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/core/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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',