nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.02k stars 462 forks source link

Bug: q! is very slowly #1249

Open 94kai opened 4 months ago

94kai commented 4 months ago

Self Checks

How to reproduce the problem

1. Create a file
2. Copy a "test" text and paste 20,000 lines
3. execute ":%normal Ia".  (Modify 20,000 lines of text.)
4. use q! to quit.
5. If lualine is introduced, it will take 2-3s. If lualine is not introduced, this can be done instantly

Expected behaviour

If lualine is introduced, q! can be done instantly

Actual behaviour

it will take 2-3s

Minimal config to reproduce the issue

only introduced lualine