diff --git a/lua/noice/ui/popupmenu.lua b/lua/noice/ui/popupmenu.lua index b15efcfb..2ffc4a7a 100644 --- a/lua/noice/ui/popupmenu.lua +++ b/lua/noice/ui/popupmenu.lua @@ -27,10 +27,6 @@ source.new = function() }, { __index = source }) end -function source:get_keyword_pattern() - return [=[[^[:blank:]]*]=] -end - function source:complete(_params, callback) if not M.state.visible then return callback()