feat: Allow incremental sync & lsp flags (#13371)

This commit is contained in:
TJ DeVries
2020-12-08 21:09:33 -05:00
committed by GitHub
parent 4383c0f952
commit 08ec36efaf
5 changed files with 70 additions and 20 deletions

View File

@@ -1315,6 +1315,9 @@ function M.make_text_document_params()
return { uri = vim.uri_from_bufnr(0) }
end
--- Create the workspace params
--@param added
--@param removed
function M.make_workspace_params(added, removed)
return { event = { added = added; removed = removed; } }
end