Skip to content
New issue

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

chore: add some configuration settings to OCamllsp #4689

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajbt200128
Copy link
Contributor

You can check out the settings here, but this is just adding some convenience vars. Tested this manually!

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Jan 22, 2025
:server-id 'ocaml-lsp-server))

(defcustom lsp-cut-signature 'space
"If non-nil, signatures returned on hover will not be split on newline."
:group 'lsp-ocaml
:type '(choice (symbol :tag "Default behaviour" 'cut)
(symbol :tag "Display all the lines with spaces" 'space)))
(symbol :tag "Display all the lines with spaces" 'space)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation is a bit weird here.

@jcs090218
Copy link
Member

Can you fix the CI? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants