flathub / dev.neovide.neovide

https://flathub.org/apps/details/dev.neovide.neovide
2 stars 1 forks source link

ide-flatpak-wrapper related issues #7

Open gmankab opened 2 weeks ago

gmankab commented 2 weeks ago

hey, @appelgriebsch

thanks for your pull request #6, sdk extensions are working now

there are 2 issues that i would like to discuss

  1. :term opens bash by default, but if neovide ran with FLATPAK_ENABLE_SDK_EXT=node22, then :term suddenly opens sh

probably we should bring bash back somehow

  1. fist-run.txt contains instructions for vscode json config file, which is not applicable to neovim

we have :help flatpak command, which contains all necessary info for flatpak neovide

and we have permanently persistent type :help flatpak<Enter> for flatpak info message on intro screen

also popups on first start seem like bad ux design to me

when the user sees it, the first thing they will do is close it without reading

only later user will understand that they need node or cargo, and only then they will read :help flatpak

so i think fist-run.txt popup should be disabled in our case

what do you think?