Skip to content

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

@Y0L042

Description

@Y0L042

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions