refactor(lsp): register all derived Capability prototypes

This commit is contained in:
Yi Ming
2025-07-21 12:56:01 +08:00
parent 81d8198bda
commit 7c3e579a90
3 changed files with 29 additions and 18 deletions

View File

@@ -368,6 +368,4 @@ function M.foldexpr(lnum)
return level and (level[2] or '') .. (level[1] or '0') or '0'
end
M.__FoldEvaluator = State
return M