daa84 / neovim-gtk

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

Introduce new-window action, set non_unique #35

Closed christopher-l closed 6 years ago

christopher-l commented 6 years ago

These are two weakly related changes:

Update: I just saw https://github.com/daa84/neovim-gtk/issues/19. You mentioned that one could open files in the same window instead of new ones. Is this currently supported, i.e. does my change break with this?

daa84 commented 6 years ago

Hello about #19 it is just idea, i'm not implement it or work on it. Currently it start new neovim instance for every window. So i think your solution is ok.