Skip to content

Commit

Permalink
Updated the firenvim configuration
Browse files Browse the repository at this point in the history
Now that @folke has changed the functionality of the cond keyword, the
only sane way to lazy load firenvim is to use the lazy keyword to load
firenvim when needed.

Also removed the lazy load function to load firenvim as it is no longer
needed. Firenvim will be loaded when the firenvim#install function is
called.
  • Loading branch information
hankertrix committed Aug 7, 2023
1 parent a25f97b commit bd140eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .config/nvim/lua/plugins/firenvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ vim.g.firenvim_config = {
return {
"glacambre/firenvim",
lazy = require("utils").firenvim_not_active(),
-- cond = not require("utils").firenvim_not_active(),
build = function()
require("lazy").load({ plugins = "firenvim", wait = true })
vim.fn["firenvim#install"](0)
end
}
Expand Down

0 comments on commit bd140eb

Please sign in to comment.