mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Add publishDiagnostics capabilities (#1212)
This commit is contained in:
@@ -535,6 +535,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'semanticHighlightingCapabilities': {
|
||||
\ 'semanticHighlighting': lsp#ui#vim#semantic#is_enabled()
|
||||
\ },
|
||||
\ 'publishDiagnostics': {
|
||||
\ 'relatedInformation': v:true,
|
||||
\ },
|
||||
\ 'synchronization': {
|
||||
\ 'didSave': v:true,
|
||||
\ 'dynamicRegistration': v:false,
|
||||
|
||||
Reference in New Issue
Block a user