What is your lsp configuration? What do you think works the best?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • markdown-mode

    Emacs Markdown Mode

  • ;; This is a workaround to a bug in markdown-mode: ;; See: https://github.com/jrblevin/markdown-mode/issues/377 ;; https://github.com/joaotavora/eglot/issues/333#issuecomment-913015564 (defun mpolden/gfm-unescape-string (string) "Remove backslash-escape of punctuation characters in STRING." ;; https://github.github.com/gfm/#backslash-escapes (replace-regexp-in-string "[\\]\([][!\"#$%&'()*+,./:;<=>?@\_`{|}~-]\)" "\1" string))

  • yaml-language-server

    Language Server for YAML Files

  • Here's an example .dir-locals.el configuration I'm using with yaml-language-server

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • docker-tramp.el

    TRAMP integration for docker containers

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • No Markdown support in Google Drive after all these years

    2 projects | news.ycombinator.com | 25 Jun 2023
  • Help getting the yaml language server working with eglot

    3 projects | /r/emacs | 21 Mar 2023
  • what is the simplest MarkDown viewer ?

    6 projects | /r/linux | 3 Jan 2023
  • Is there any way to toggle between ordered list and unordered list in markdown-mode?

    1 project | /r/emacs | 29 Aug 2022
  • Good Text Editor with an Auto-save Feature

    3 projects | /r/freesoftware | 2 Jul 2022