Skip to content

Commit

Permalink
fix(cmp): don't set keyword pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 3, 2022
1 parent 838c825 commit e1d93f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/noice/ui/popupmenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e1d93f1

Please sign in to comment.