firenvim: fix enable condition
This commit is contained in:
parent
d116ab0735
commit
5ca5f0a0f7
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
|
@ -456,6 +456,8 @@ require("dap-go").setup()
|
|||
require("nvim-web-devicons").setup()
|
||||
|
||||
---- firenvim
|
||||
if g.started_by_firenvim then
|
||||
if g.started_by_firenvim == true then
|
||||
g.airline_powerline_fonts = false
|
||||
vim.o.laststatus = 0
|
||||
vim.cmd("packadd firenvim")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue