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

Back/forth from floating windows #7

Open
euglevi opened this issue Jun 22, 2021 · 2 comments
Open

Back/forth from floating windows #7

euglevi opened this issue Jun 22, 2021 · 2 comments

Comments

@euglevi
Copy link

euglevi commented Jun 22, 2021

Thank you very much for this plugin. I find it very useful when jumping back and forth between windows.

I have a request for a feature. I am sorry that I do not know anything about lua so I cannot really help with working on it and I am not sure if it is even possible to introduce this feature.

Would it be possible to temporarily shut down specs when moving back and forth from/to a floating window? My issue is mainly with Lspsaga. It is a plugin I really like but it forces me to shut down specs, because otherwise every time the plugins opens a window for signature/definition preview/references etc. specs jumps in with its visual effect.

Thank you for your time and consideration!

@JuPlutonic
Copy link

Also on LspSaga, but not tested yet...
I saw code and Readme#usage have these lines:

    ignore_filetypes = {},
    ignore_buftypes = {
        nofile = true,
    },

put into this config (into ignore_buftypes, but otherwise pasting info ignore_filetypes may help, l don't sure)
the output of LspSaga's float window :echo synIDattr(synID(line('.'), col('.'), 1), "name")
in OUTPUT = true, form.

@euglevi
Copy link
Author

euglevi commented Aug 2, 2021

Thank you for this!

If I remember correctly, I was already using those lines in my config. Anyway, I moved away from lspsaga now that lspconfig allows for borders, so I cannot check if your solution works.

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