Explorar o código

fix: remove Text kind filter

Christian Chiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
fcb65eaab2
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      lua/lvim/core/cmp.lua

+ 0 - 3
lua/lvim/core/cmp.lua

@@ -262,9 +262,6 @@ M.config = function()
           if kind == "Snippet" and ctx.prev_context.filetype == "java" then
             return false
           end
-          if kind == "Text" then
-            return false
-          end
           return true
         end,
       },