camel-tooling / camel-lsp-client-emacs

This is a client implementation of the Apache Camel Language Server Protocol for Emacs
Apache License 2.0
0 stars 2 forks source link

Integrate inside emacs-lsp #2

Open apupier opened 4 years ago

apupier commented 4 years ago

see https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-xml.el

apupier commented 4 years ago

another "simple" example outside of the main repo: https://github.com/emacs-lsp/lsp-haskell

apupier commented 4 years ago

the simplest I found https://github.com/emacs-lsp/lsp-sourcekit/blob/master/lsp-sourcekit.el

apupier commented 4 years ago

see this branch for a beginning of attempt https://github.com/apupier/camel-lsp-client-emacs/tree/2-provideConfigForLSPMode but currently cannot configure lsp-mode to have it working with a predefined language, so not close to have ti to Camel