summaryrefslogtreecommitdiffstats
path: root/lua/plugins/cmp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/cmp.lua')
-rw-r--r--lua/plugins/cmp.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua
index 76e8101..3f7b6ea 100644
--- a/lua/plugins/cmp.lua
+++ b/lua/plugins/cmp.lua
@@ -14,7 +14,7 @@ return {
},
config = function(_, opts)
require('luasnip').config.set_config(opts)
- require('luasnip.loaders.from_lua').lazy_load({ paths = vim.fn.stdpath('config') .. '/Snippets/' })
+ require('luasnip.loaders.from_lua').lazy_load({ paths = vim.fn.stdpath('config') .. '/lua/Snippets/' })
end
},
{
@@ -23,7 +23,7 @@ return {
dependencies = {
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-buffer',
- 'hrsh7th/cmp-path',
+ 'FelipeLema/cmp-async-path',
'hrsh7th/cmp-calc',
'saadparwaiz1/cmp_luasnip',
'L3MON4D3/LuaSnip',
@@ -55,7 +55,7 @@ return {
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'buffer' },
- { name = 'path' },
+ { name = 'async_path' },
{ name = 'calc' },
}),
formatting = {