From 690210e8b2d8d41bc73c321c99ecf758cd6fc784 Mon Sep 17 00:00:00 2001 From: orip Date: Fri, 5 Dec 2025 18:10:16 +0200 Subject: [PATCH] Revert "Fixed a bug in blink.cmp causing editor freezes on WSL2 systems" This reverts commit d04d64e678419bdb1a191a4200a9f1ed5f0d6b4a. The fix is not needed any more after https://github.com/Saghen/blink.cmp/commit/1cc44a31f02fa54de3c1f89937bf48a2ac59d8eb as mentioned in https://github.com/nvim-lua/kickstart.nvim/pull/1634#issuecomment-3601304394 --- init.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.lua b/init.lua index 594b3ba5..0972da00 100644 --- a/init.lua +++ b/init.lua @@ -929,13 +929,6 @@ require('lazy').setup({ return vim.tbl_contains(enabled_filetypes, filetype) end, }, - -- On WSL2, blink.cmp may cause the editor to freeze due to a known limitation. - -- To address this issue, uncomment the following configuration: - -- cmdline = { - -- enabled = function() - -- return vim.fn.getcmdtype() ~= ':' or not vim.fn.getcmdline():match "^[%%0-9,'<>%-]*!" - -- end, - -- }, }, },