Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send settings on client initialization (#125)
Send settings on LSP client initialization. Note jsonnet-language-server is unusual and expects configuration without a prefix. This is probably a bug in jsonnet-language-server, but this PR works with the existing code by passing through the "jsonnet" settings subtree, without the "jsonnet" prefix. Example: ```elisp ;; .emacs (lsp-register-custom-settings '(("jsonnet.formatting" ;; jsonnetfmt --string-style d --comment-style s ((StringStyle . "double") (CommentStyle . "slash"))))) ```
- Loading branch information