daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Open multiple files in one instance #74

Closed christopher-l closed 6 years ago

christopher-l commented 6 years ago

When NeovimGTK is opened with multiple files, don't spawn a separate instance for each file, but open them all via Vim's argument list.

I couldn't find how to get rid of the original unnamed buffer, however.

The code in connect_drag_data_received() is just reformatted.