add firenvim

This commit is contained in:
Robot 2024-04-20 15:07:39 -07:00
parent badf034081
commit 99da3611cd
1 changed files with 11 additions and 0 deletions

View File

@ -58,4 +58,15 @@ return {
-- "felipec/vim-sanegx",
-- event = "BufRead",
-- },
{
'glacambre/firenvim',
-- Lazy load firenvim
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
lazy = not vim.g.started_by_firenvim,
build = function()
vim.fn["firenvim#install"](0)
end
}
}