mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
perf: tons of performance improvements. Lazy should now load in about 1.5ms for 97 plugins
This commit is contained in:
parent
711834f17c
commit
2507fd5790
11 changed files with 220 additions and 278 deletions
|
@ -1,4 +1,4 @@
|
|||
local Util = require("lazy.core.util")
|
||||
local Util = require("lazy.util")
|
||||
local Render = require("lazy.view.render")
|
||||
|
||||
local M = {}
|
||||
|
@ -54,11 +54,6 @@ function M.show()
|
|||
end
|
||||
end
|
||||
|
||||
vim.keymap.set("n", "<ESC>", close, {
|
||||
nowait = true,
|
||||
buffer = buf,
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "q", close, {
|
||||
nowait = true,
|
||||
buffer = buf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue