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

Show the fast wrap suggestions on top of the line #487

Open
zaynOm opened this issue Dec 9, 2024 · 1 comment
Open

Show the fast wrap suggestions on top of the line #487

zaynOm opened this issue Dec 9, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@zaynOm
Copy link

zaynOm commented Dec 9, 2024

Description

I'm using nvim-autopairs with lazyvim and when I trigger fast wrap I can see the suggested keys, since lazyvim has function definition popup showing. so is there any way to make the fast wrap suggestions on top of the line

image

Mapping bug

1.If you report a bug about indent. Please remember that plugin doesn't do anything about indent.
It just trigger the indent of your vim config so if you have wrong indent config then it will do wrong indent.
You can check by select a block of code and press ==
2. provide result of command :verbose imap <cr>.

Steps to reproduce

No response

Minimal config

return {
  { "echasnoviski/mini.pairs", enabled = false },
  {
    "windwp/nvim-autopairs",
    event = "InsertEnter",
    -- config = true,
    opts = {
      check_ts = true,
      fast_wrap = {
        map = "<M-e>",
        chars = { "{", "[", "(", '"', "'" },
        pattern = [=[[%'%"%>%]%)%}%,]]=],
        end_key = "$",
        before_key = "h",
        after_key = "l",
        cursor_pos_before = true,
        keys = "qwertyuiopzxcvbnmasdfghjkl",
        manual_position = true,
        highlight = "Search",
        highlight_grey = "Comment",
      },
      disable_filetype = { "TelescopePrompt", "vim" },
    },
  },
}
@zaynOm zaynOm added the bug Something isn't working label Dec 9, 2024
Copy link

stale bot commented Feb 8, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant