perf: improve cmp performance

This commit is contained in:
2024-10-04 14:00:07 -04:00
parent 4655eb4ee5
commit 1bdab9638f
3 changed files with 10 additions and 8 deletions
+6 -4
View File
@@ -62,10 +62,10 @@ return {
event = "BufReadPre",
opts = {},
},
{ -- DeadColumn
"Bekaboo/deadcolumn.nvim",
event = "BufEnter",
},
-- { -- DeadColumn
-- "Bekaboo/deadcolumn.nvim",
-- -- event = "BufEnter",
-- },
{ -- Precognition
"tris203/precognition.nvim",
lazy = true,
@@ -183,4 +183,6 @@ return {
})
end,
},
{ "nvchad/volt", lazy = true },
{ "nvchad/minty", lazy = true },
}