Coder Social home page Coder Social logo

Comments (4)

snoe avatar snoe commented on May 18, 2024 1

@divs1210 Thanks to @dpsutton there are now instructions on how you can run clojure-lsp through emacs. https://github.com/snoe/clojure-lsp#emacs

For sublime, if there are specific things that we can do with this plugin let's raise issues, or if you're still having troubles reach out to me on clojurians slack @snoe

from clojure-lsp.

snoe avatar snoe commented on May 18, 2024

@divs1210

Different editors and plugins handle lsp clients in their own ways. vim, emacs, intellij seem to have single plugins that launch the lsp servers. These type of plugins should work out of the box with clojure-lsp

vs-code and atom (haven't looked at sublime) mainly seem to prefer single language plugins that need to be coded (as opposed to configured) to launch the language specific servers. This repository has a vs-code plugin that shows how that can be done in their architecture.

So, to help with this, we need better documentation on how to configure other editors. Then for custom single-language plugins for other editors, we need to either create or support those client plugins to know about clojure-lsp.

A first step could be to figure out where the sublime ecosystem falls in here, it sounds from your description like it could be the first kind, but maybe the configuration for servers is hidden? In that case maybe they just don't know about us and you could raise an issue to add us to the list of languages.

(The REPL still has a very prominent place in my workflow but I think lsp is better positioned to do static transformations and queries of the code)

from clojure-lsp.

divs1210 avatar divs1210 commented on May 18, 2024

vim, emacs, intellij seem to have single plugins that launch the lsp servers. These type of plugins should work out of the box with clojure-lsp.

lsp-mode for emacs doens't seem to support Clojure either.

from clojure-lsp.

snoe avatar snoe commented on May 18, 2024

https://github.com/emacs-lsp/lsp-mode#adding-support-for-languages I guess I'd classify it has supported in that you can configure something for clojure without a new/changed plugin.

from clojure-lsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.