fix: disable experimental cmp performance fork
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user