We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is not part of the LSP spec, but there is an extension in the Dart server.
https://github.com/dart-lang/sdk/blob/0732bac32cd6638495055685db576aded6e33b70/pkg/analysis_server/tool/lsp_spec/README.md#darttextdocumentpublishclosinglabels-notification
It should be possible to use these in nvim with the nvim_buf_set_virtual_text method.
nvim_buf_set_virtual_text
I don't think there is a feasible approach in vim.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not part of the LSP spec, but there is an extension in the Dart server.
https://github.com/dart-lang/sdk/blob/0732bac32cd6638495055685db576aded6e33b70/pkg/analysis_server/tool/lsp_spec/README.md#darttextdocumentpublishclosinglabels-notification
It should be possible to use these in nvim with the
nvim_buf_set_virtual_text
method.I don't think there is a feasible approach in vim.
The text was updated successfully, but these errors were encountered: