fix: disable experimental cmp performance fork
This commit is contained in:
@@ -53,7 +53,7 @@ vim.g.auto_save = true ---@type boolean Options: <true|false>
|
|||||||
-- Animate blinky cursor
|
-- Animate blinky cursor
|
||||||
vim.g.blinky = true ---@type boolean Options: <true|false>
|
vim.g.blinky = true ---@type boolean Options: <true|false>
|
||||||
-- Use experimental cmp performance fork
|
-- 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
|
-- Use dev mode for rootiest plugins
|
||||||
vim.g.rootiest_dev = false ---@type boolean Options: <true|false>
|
vim.g.rootiest_dev = false ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local data = require("data")
|
|||||||
|
|
||||||
return { -- Neovim Updater
|
return { -- Neovim Updater
|
||||||
"rootiest/nvim-updater.nvim",
|
"rootiest/nvim-updater.nvim",
|
||||||
lazy = false,
|
lazy = true,
|
||||||
opts = {
|
opts = {
|
||||||
verbose = false,
|
verbose = false,
|
||||||
check_for_updates = true,
|
check_for_updates = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user