瀏覽代碼

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,
       },