fix: disable experimental cmp performance fork

This commit is contained in:
2024-09-24 15:06:35 -04:00
parent f6f95098ce
commit 6534bd49d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ local data = require("data")
return { -- Neovim Updater
"rootiest/nvim-updater.nvim",
lazy = false,
lazy = true,
opts = {
verbose = false,
check_for_updates = true,