diff options
author | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:20:03 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:20:03 -0400 |
commit | 9522738186ed058535bff7b26ea010b045d8e99c (patch) | |
tree | b1def7d09da8317f18ec0b4f4b74f6c849a26e5e /lua/core | |
parent | aa36dc2cf71859f6d338d911c0a5e677bdd519f5 (diff) | |
download | nvim-9522738186ed058535bff7b26ea010b045d8e99c.tar.gz nvim-9522738186ed058535bff7b26ea010b045d8e99c.tar.bz2 nvim-9522738186ed058535bff7b26ea010b045d8e99c.zip |
change cmp source path to async_path
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 2 |
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', |