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

This commit is contained in:
Christian Chiarulli 2023-05-08 13:52:06 -04:00 committed by GitHub
parent c3fad28e09
commit 29f94e4361
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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