add firenvim
This commit is contained in:
parent
badf034081
commit
99da3611cd
|
|
@ -58,4 +58,15 @@ return {
|
||||||
-- "felipec/vim-sanegx",
|
-- "felipec/vim-sanegx",
|
||||||
-- event = "BufRead",
|
-- 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
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue