hotfix firenvim

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-15 10:46:24 +01:00
parent 54698b9c04
commit 3cf7e73e46
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -11,10 +11,12 @@
if config.isDesktop
then ''
silent call firenvim#install(0)
lua << EOF
if vim.g.started_by_firenvim then
vim.o.showtabline = 0
require("lualine").hide()
end
EOF
''
else "";
vim.opt.guifont = "Fira_Code_Mono_Nerd_Font_Mono:h9";