6 lines
151 B
Lua
6 lines
151 B
Lua
---@type LazySpec
|
|
return {
|
|
{ "tpope/vim-abolish", event = "User AstroFile" },
|
|
-- { "stevearc/profile.nvim", lazy = false }, -- Profiling lua
|
|
}
|