mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
lsp: add $/progress report (#13294)
Heavily inspired by https://github.com/nvim-lua/lsp-status.nvim. listen to the LspProgressUpdate event to update your statusline.
This commit is contained in:
@@ -728,6 +728,9 @@ function protocol.make_client_capabilities()
|
||||
dynamicRegistration = false;
|
||||
};
|
||||
experimental = nil;
|
||||
window = {
|
||||
workDoneProgress = true;
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user