Skip to content

Fixed a bug in blink.cmp causing editor freezes on WSL2 systems#1634

Closed
MN-nagy wants to merge 1 commit into
nvim-lua:masterfrom
MN-nagy:fix/blink-cmp-wsl2-freeze
Closed

Fixed a bug in blink.cmp causing editor freezes on WSL2 systems#1634
MN-nagy wants to merge 1 commit into
nvim-lua:masterfrom
MN-nagy:fix/blink-cmp-wsl2-freeze

Conversation

@MN-nagy

@MN-nagy MN-nagy commented Jul 10, 2025

Copy link
Copy Markdown

Description:
Fixes a bug in blink.cmp that causes editor freezes on WSL2 systems by disabling command-line autocompletion. See this guide for details.

Changes:

  • Added configuration to disable blink.cmp autocompletion in shell command mode.
  • Included documentation in the config file to guide WSL2 users.

@guru245

guru245 commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

Oh this is good. I made a similar PR the other day, but I decided not to request it because this issue only happens to WSL users. The configuration is disabled by default and users can enable if necessary thanks to the good documentation. 👍

@MN-nagy

MN-nagy commented Jul 11, 2025

Copy link
Copy Markdown
Author

Thank you for your feedback and positive response. I noticed your comment on issue [#1519] regarding a similar change. After reviewing the issue, I submitted this PR, as the bug affects a significant portion of users relying on WSL and widely used shells like Bash.

@oriori1703 oriori1703 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering that kickstart also supports windows, I think it's a fine addition.

@guru245

guru245 commented Dec 2, 2025

Copy link
Copy Markdown
Contributor

This change is no longer necessary now that blink.cmp has resolved the issue in 1cc44a3

@oriori1703 You can also remove this change from your soft fork.

oriori1703 added a commit to oriori1703/personal-kickstart.nvim that referenced this pull request Dec 5, 2025
@guru245

guru245 commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

@MN-nagy Please close this PR. Thank you.

@MN-nagy MN-nagy closed this Dec 13, 2025
szechp pushed a commit to szechp/kickstart.nvim that referenced this pull request Feb 16, 2026
This reverts commit d04d64e.

The fix is not needed any more after
saghen/blink.cmp@1cc44a3
as mentioned in
nvim-lua#1634 (comment)
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

Successfully merging this pull request may close these issues.

3 participants