neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

Expected way to run on Windows

Open Simon-L opened this issue 4 years ago • 0 comments

What is the expected way of running the appveyor build on windows? On Linux I'm generally fine with a zip containing typical bin, share..., on windows it's a bit more complicated. I'm using MSYS2/mingw64 as my default unixificiation of windows.

If I just start nvim-gtk.exe, some icons are missing (new tab, paste from clipboard, menu and some others). I get a windows shell with :term and :! commands. Fine but why is it not picking up the icons? Didn't get any debug running it from cmd.exe.

If I start using MSYS2 shell, the output is way more chatty, I get all the icons BUT it doesn't pick up the shell correctly and I have to :set shellcmdflag=-c

Technical information :

  • OS: Windows 10 64bit
  • Neovim version: 0.4.3
  • Neovim-Gtk build version: v0.2.0-67-g0af8952

Simon-L avatar May 18 '20 13:05 Simon-L