add firenvim

This commit is contained in:
Thomas Ruoff
2023-07-13 10:02:29 +02:00
parent 3b8633089e
commit b49ab9f9d5

View File

@@ -0,0 +1,8 @@
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,
}