mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
9 lines
204 B
Lua
9 lines
204 B
Lua
return {
|
|
'glacambre/firenvim',
|
|
build = function()
|
|
require('lazy').load { plugins = 'firenvim', wait = true }
|
|
vim.fn['firenvim#install'](0)
|
|
end,
|
|
cond = not not vim.g.started_by_firenvim,
|
|
}
|