Skip to content

Commit

Permalink
perf(cmp): use the perf fork until the PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 26, 2024
1 parent e1af6bc commit 8ed830e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" },
"nvim-autopairs": { "branch": "master", "commit": "ffc139f2a96640ca6c4d3dff9b95b7b9eace87ae" },
"nvim-bqf": { "branch": "main", "commit": "1b24dc6050c34e8cd377b6b4cd6abe40509e0187" },
"nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" },
"nvim-cmp": { "branch": "perf-up", "commit": "a475d8b8b282fda2d18f9fbdebba401b405cfecd" },
"nvim-colorizer.lua": { "branch": "master", "commit": "0671e0eabc6842676d3310370e8fae4e1c51d7f9" },
"nvim-fundo": { "branch": "main", "commit": "ac9c9372c4bf677721e24f144ef29d3a05c2b589" },
"nvim-lspconfig": { "branch": "master", "commit": "eb36e0185ad4b92b0999fb698428f2966334d2c1" },
Expand Down
3 changes: 2 additions & 1 deletion config/nvim/lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local M = {
'hrsh7th/nvim-cmp',
"yioneko/nvim-cmp",
branch = "perf-up",
event = { "InsertEnter", "CmdlineEnter" },
dependencies = {
"hrsh7th/cmp-buffer",
Expand Down

0 comments on commit 8ed830e

Please sign in to comment.