onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 300 forks source link

Airline does not load on startup #2655

Open dileep-kishore opened 5 years ago

dileep-kishore commented 5 years ago

Oni Version: v0.3.7-beta3 Neovim Version (Linux only): v0.3.1 Operating System: Manjaro Linux

Issue: I set "oni.loadInitVim": true and "statusbar.enabled": false and I expect to see my airline statusline load at the bottom of my screen. But instead I see this: no_airline Note that the tab bar shows up correctly.

I had to toggle it off and on again in my init.vim to get it to show up on startup.

if exists("g:gui_oni")
    autocmd VimEnter * AirlineToggle
    autocmd VimEnter * AirlineToggle
    let g:gruvbox_italic=1
    let g:airline_theme='gruvbox'
endif

yes_airline

Any idea what's going on here? I also have an extension configured for my airline (vim-obsession) which doesn't seem to show up on oni.