ソースを参照

fix: remove Text kind filter

Christian Chiarulli 2 年 前
コミット
fcb65eaab2
1 ファイル変更0 行追加3 行削除
  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,
       },