Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot switch between GonVim Workspaces #29

Closed
bfulop opened this issue Jan 4, 2019 · 9 comments
Closed

Cannot switch between GonVim Workspaces #29

bfulop opened this issue Jan 4, 2019 · 9 comments

Comments

@bfulop
Copy link

bfulop commented Jan 4, 2019

Hello,

I'm using Gonvim with Neovim v0.4.0-1133-g0afb5fa70.

I find Gonvim's workspace really useful, but it seems like I cannot switch between them anymore.

I can create new gonvim workspaces, but the GonvimWorkspaceNext (and others) don't seem to work. I tried executing :qall to go back to a previous workspace, but it crashed Gonvim.

@bfulop
Copy link
Author

bfulop commented Jan 4, 2019

As a workaround, I'm just using regular Vim tags (:tabedit and :lcd), it's good enough for me.

@akiyosi
Copy link
Owner

akiyosi commented Jan 7, 2019

Is it OK to understand that this is a problem only with v0.4.0 and no problem with nvim v0.3.2 ?

@bfulop
Copy link
Author

bfulop commented Jan 7, 2019

I haven't thought about it, so I removed v0.4 and installed v0.3.3 (via Homebrew).

Unfortunately it's the same issue with v0.3.3. I can create new workspaces, but not switch between them.

@akiyosi
Copy link
Owner

akiyosi commented Jan 28, 2019

Hi,
This issue can not be reproduced in my environment, but I fixed suspicious implementation in Gonvim v0.3.3. If this issue occurs even in v0.3.3, I would like to continue investigating.

@bfulop
Copy link
Author

bfulop commented Jan 28, 2019

Thanks for the reply, yes I just tested with the latest version of Gonvim, available from the releases page, and unfortunately it still has the same issue.

I can create new workspaces, but for example :GonvimWorkspacePrevious does nothing (no feedback, or error message) and :qall in a workspace makes the app crash.

@akiyosi
Copy link
Owner

akiyosi commented Jan 28, 2019

Umm..,
Please tell me your setting.toml and init.vim.
Also, please check if the issue is reproduced by /Applications/gonvim.app/Contents/MacOS/gonvim -u NONE.

@bfulop
Copy link
Author

bfulop commented Jan 28, 2019

Thanks, I tried launching Gonvim from the command line with -u NONE, but didn't seem to solve the issue.

I just run :CheckHealth, and in fact I don't have a Python 2, 3 (v3 is outdated) and Ruby provider installed for Neovim.

@akiyosi
Copy link
Owner

akiyosi commented Jan 29, 2019

Hi,
I identified the cause. This seems to happen when both the activitybar and sidebar are hidden(visible=false). I will fix it in the next version.

@bfulop
Copy link
Author

bfulop commented Jan 29, 2019

Great news, thank you akiyosi! I will unhide the activity in the meantime to get access to workspaces switching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants