mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
refactor(lsp): register all derived Capability prototypes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user