fix: slightly improve startup times
This commit is contained in:
parent
907a52ea32
commit
b6f577d9ff
3 changed files with 11 additions and 7 deletions
|
|
@ -2,6 +2,8 @@
|
|||
-- https://github.com/uga-rosa/ccc.nvim
|
||||
return {
|
||||
"uga-rosa/ccc.nvim",
|
||||
lazy = true,
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
local ccc = require("ccc")
|
||||
local mapping = ccc.mapping
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
return {
|
||||
"saghen/blink.cmp",
|
||||
lazy = true,
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
-- optional: provides snippets for the snippet source
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue