Add more capabilities to eglot lsp servers
This commit is contained in:
parent
9074976cd9
commit
bfc0d191ca
1 changed files with 2 additions and 5 deletions
|
|
@ -164,12 +164,9 @@
|
|||
(eglot-events-buffer-size 0)
|
||||
(eglot-sync-connect nil)
|
||||
(eglot-ignored-server-capabilities
|
||||
'(:documentHighlightProvider
|
||||
:documentFormattingProvider
|
||||
'(:documentFormattingProvider
|
||||
:documentRangeFormattingProvider
|
||||
:documentOnTypeFormattingProvider
|
||||
:colorProvider
|
||||
:foldingRangeProvider))
|
||||
:documentOnTypeFormattingProvider))
|
||||
:config
|
||||
(dolist (mode '(json-mode json-ts-mode))
|
||||
(add-to-list 'eglot-server-programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue