Ver Fonte

fix: support text if marksman lang server (#4144)

Christian Chiarulli há 2 anos atrás
pai
commit
29f94e4361
1 ficheiros alterados com 0 adições e 3 exclusões
  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
           if kind == "Snippet" and ctx.prev_context.filetype == "java" then
             return false
             return false
           end
           end
-          if kind == "Text" then
-            return false
-          end
           return true
           return true
         end,
         end,
       },
       },