update
This commit is contained in:
parent
539b58d3fb
commit
13845e2d87
4 changed files with 15 additions and 8 deletions
10
lua/custom/plugins/browser.lua
Normal file
10
lua/custom/plugins/browser.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'glacambre/firenvim',
|
||||
-- Lazy load firenvim
|
||||
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
|
||||
cond = not not vim.g.started_by_firenvim,
|
||||
build = function()
|
||||
require("lazy").load({ plugins = "firenvim", wait = true })
|
||||
vim.fn["firenvim#install"](0)
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue