Browse Source

fix: remove Text kind filter

Christian Chiarulli 2 years ago
parent
commit
fcb65eaab2
1 changed files with 0 additions and 3 deletions
  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,
       },