lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
3.98k stars 99 forks source link

Stuck when moving around #862

Closed ShelpAm closed 2 months ago

ShelpAm commented 3 months ago

Problem

When I pressed 'i', 'j', 'k' or 'l', the neovim got stuck, and the pressed key, like 'j', showed in lower right corner. And the pressed letter just left there without neovim moving the cursor.

Sorry that I am having some issue uploading the problem image. The problem image is shown in next comment.

Steps to reproduce

  1. My config:

    return {
    {
    "lukas-reineke/indent-blankline.nvim",
    event = 'BufEnter',
    config = function()
      require("ibl").setup({
        scope = {
          show_start = false,
          show_end = false,
        },
      })
    end
    },
    }
  2. nvim --clean -u min-init.lua :edit foo

Expected behavior

neovim should interact with moving keys normally.

Neovim version (nvim -v)

NVIM v0.9.5

ShelpAm commented 3 months ago

Snipaste_2024-04-21_19-33-23-nvim-ibl-issue This is the problem image.

ShelpAm commented 3 months ago

It seems that after disabling the plugin, the neovim gets stuck again...

lukas-reineke commented 2 months ago

I am very confident this is not caused by indent-blankline. I can't help you with this, sorry.

ShelpAm commented 2 months ago

Thank you...

ShelpAm commented 2 months ago

I am very confident this is not caused by indent-blankline. I can't help you with this, sorry.

But after i disabled the plugin, neovim's behavior came normal.

lukas-reineke commented 2 months ago

If you are sure it is IBL, please use the reproduction-template and provide step by step instructions on how to reproduce the issue.