hotfix firenvim
This commit is contained in:
parent
54698b9c04
commit
3cf7e73e46
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue