Skip to content

Commit

Permalink
fix: firenvim
Browse files Browse the repository at this point in the history
hopefully for real
  • Loading branch information
snelling-a committed Jun 12, 2023
1 parent 6758edd commit d1bbc30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/plugins/firenvim.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
local Firenvim = { "glacambre/firenvim" }

Firenvim.lazy = false

function Firenvim.build()
require("lazy").load({ plugins = { "firenvim" }, wait = false })
Expand All @@ -22,7 +21,7 @@ function Firenvim.config()
opt.spell = true
end

vim.g.firenvim_config = {
g.firenvim_config = {
globalSettings = { alt = "all" },
localSettings = {
[".*"] = { cmdline = "neovim", takeover = "never" },
Expand Down

0 comments on commit d1bbc30

Please sign in to comment.