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, - -- }, }, },