diff --git a/lua/telescope/builtin/internal.lua b/lua/telescope/builtin/internal.lua index 8e1c9c4..1d9785b 100644 --- a/lua/telescope/builtin/internal.lua +++ b/lua/telescope/builtin/internal.lua @@ -1154,10 +1154,6 @@ internal.autocommands = function(opts) end internal.spell_suggest = function(opts) - if not vim.wo.spell then - return false - end - local cursor_word = vim.fn.expand "" local suggestions = vim.fn.spellsuggest(cursor_word)