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
@@ -53,7 +53,7 @@ vim.g.auto_save = true ---@type boolean Options: <true|false>
-- Animate blinky cursor
vim.g.blinky = true ---@type boolean Options: <true|false>
-- Use experimental cmp performance fork
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
-- Use dev mode for rootiest plugins
vim.g.rootiest_dev = false ---@type boolean Options: <true|false>
+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,