diff options
author | Abouzar Parvan <[email protected]> | 2021-10-10 00:30:03 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-10 00:30:03 +0330 |
commit | 596db66c7f452d0f5d44cf245b265b66d55bfbd6 (patch) | |
tree | b1b209afbf28595f0eff105b08737a5d8b9a5ec2 | |
parent | ba5de3c833c27d084573dfa1099efe953db9f63c (diff) |
fix: don't hide duplicate snippets
-rw-r--r-- | lua/core/cmp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/core/cmp.lua b/lua/core/cmp.lua index 6250fb48..ad06a360 100644 --- a/lua/core/cmp.lua +++ b/lua/core/cmp.lua @@ -172,6 +172,7 @@ M.config = function() buffer = 1, path = 1, nvim_lsp = 0, + luasnip = 1, }, duplicates_default = 0, format = function(entry, vim_item) |