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

Floating window pops up when typing, even after toggling it off. #335

Open
Y0L042 opened this issue Jul 31, 2024 · 0 comments
Open

Floating window pops up when typing, even after toggling it off. #335

Y0L042 opened this issue Jul 31, 2024 · 0 comments

Comments

@Y0L042
Copy link

Y0L042 commented Jul 31, 2024

Sometimes I want to toggle the signature floating window off. When I press <toggle_key>, the window disappears. However, as soon as I continue typing, the window reappears. In essence, it is impossible to toggle the window off.

This is my config:

    -- Function signature hints
    {
      "ray-x/lsp_signature.nvim",
      config = function() 
        require('lsp_signature').setup({
          bind = true,
          floating_window = true,
          toggle_key = "<M-m>",
          handler_opts = {
            border = "rounded"
          },
        }, bufnr) end,
    },

I am using nvim 10, and Lazy plugin manager.

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

1 participant