All Projects → emacs-languagetool → lsp-ltex

emacs-languagetool / lsp-ltex

Licence: GPL-3.0 license
lsp-mode ❤️ LTEX

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to lsp-ltex

ltex-ls
LTeX Language Server: LSP language server for LanguageTool 🔍✔️ with support for LaTeX 🎓, Markdown 📝, and others
Stars: ✭ 182 (+506.67%)
Mutual labels:  languagetool, lsp, ltex
lsp-metals
lsp-mode ❤️ metals
Stars: ✭ 49 (+63.33%)
Mutual labels:  lsp, emacs-lsp
lsp-grammarly
lsp-mode ❤️ grammarly
Stars: ✭ 81 (+170%)
Mutual labels:  lsp, emacs-lsp
LspCpp
A Language Server Protocol implementation in C++
Stars: ✭ 40 (+33.33%)
Mutual labels:  lsp
py lsp.nvim
Lsp Plugin for working with Python virtual environments
Stars: ✭ 58 (+93.33%)
Mutual labels:  lsp
nvim-metals
A Metals plugin for Neovim
Stars: ✭ 265 (+783.33%)
Mutual labels:  lsp
coc-elixir
Elixir language server extension based on elixir-ls for coc.nvim
Stars: ✭ 150 (+400%)
Mutual labels:  lsp
lsp-command
Command interface for neovim LSP
Stars: ✭ 48 (+60%)
Mutual labels:  lsp
Spyglass
Development tools for vanilla Minecraft: Java Edition data pack developers.
Stars: ✭ 163 (+443.33%)
Mutual labels:  lsp
typescript-language-server
TypeScript & JavaScript Language Server
Stars: ✭ 1,118 (+3626.67%)
Mutual labels:  lsp
tower-lsp
Language Server Protocol implementation written in Rust
Stars: ✭ 455 (+1416.67%)
Mutual labels:  lsp
groovy-language-server
A language server for Groovy
Stars: ✭ 132 (+340%)
Mutual labels:  lsp
dotfiles
Current dotfiles and scripts
Stars: ✭ 35 (+16.67%)
Mutual labels:  lsp
sublime-reason
Official Reason plugin for Sublime Text
Stars: ✭ 42 (+40%)
Mutual labels:  lsp
vis-lspc
language server protocol client for the vis editor
Stars: ✭ 24 (-20%)
Mutual labels:  lsp
coc-java-debug
An extension for coc.nvim to enable Java debugging via jdt.ls
Stars: ✭ 92 (+206.67%)
Mutual labels:  lsp
vscode
The Visual Studio Code Extension for the Erlang Language Server
Stars: ✭ 62 (+106.67%)
Mutual labels:  lsp
glsp-examples
Example diagram editors built with Eclipse GLSP
Stars: ✭ 28 (-6.67%)
Mutual labels:  lsp
atom-ide-d
Adds D language support for Atom
Stars: ✭ 33 (+10%)
Mutual labels:  lsp
coc-svelte
svelte support for (Neo)Vim
Stars: ✭ 156 (+420%)
Mutual labels:  lsp

License: GPL v3 MELPA MELPA Stable

lsp-ltex

CI Activate

lsp-mode client leveraging LTEX Language Server.

💾 Quickstart

(use-package lsp-ltex
  :ensure t
  :hook (text-mode . (lambda ()
                       (require 'lsp-ltex)
                       (lsp)))  ; or lsp-deferred
  :init
  (setq lsp-ltex-version "15.2.0"))  ; make sure you have set this, see below

For lsp-ltex to run you need to have ltex-ls installed and available. Go to https://valentjn.github.io/ltex/ltex-ls/installation.html, download the appropriate version, uncompress, and place it under ~/.emacs.d/.cache/lsp/ltex-ls . As explained there, if you download the archive that corresponds to your platform, no Java installation is needed. If you use the platform-independent file, you will need Java in your computer and you will need to set the JAVA_HOME environment variable.

In the configuration for lsp-ltex you will probably want to set the version you want to use; for example (setq lsp-ltex-version "15.2.0") in the init section of use-package.

📇 Commands

Commands Description
lsp-ltex-upgrade-ls Upgrade LTEX server, if not found install it instead.

🔧 Configuration

lsp-ltex supports following configuration. Each configuration is described in detail in LTEX Settings.

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].