Skip to content

Commit 690210e

Browse files
committed
Revert "Fixed a bug in blink.cmp causing editor freezes on WSL2 systems"
This reverts commit d04d64e. The fix is not needed any more after saghen/blink.cmp@1cc44a3 as mentioned in #1634 (comment)
1 parent d898d91 commit 690210e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

init.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -929,13 +929,6 @@ require('lazy').setup({
929929
return vim.tbl_contains(enabled_filetypes, filetype)
930930
end,
931931
},
932-
-- On WSL2, blink.cmp may cause the editor to freeze due to a known limitation.
933-
-- To address this issue, uncomment the following configuration:
934-
-- cmdline = {
935-
-- enabled = function()
936-
-- return vim.fn.getcmdtype() ~= ':' or not vim.fn.getcmdline():match "^[%%0-9,'<>%-]*!"
937-
-- end,
938-
-- },
939932
},
940933
},
941934

0 commit comments

Comments
 (0)