brymer-meneses / grammar-guard.nvim

Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
Apache License 2.0
154 stars 6 forks source link

`ltex-ls` installer not needed anymore #6

Closed David-Else closed 2 years ago

David-Else commented 2 years ago

ltex-ls can be automatically installed by:

https://github.com/williamboman/nvim-lsp-installer/

Here is the relevant code:

https://github.com/williamboman/nvim-lsp-installer/blob/main/lua/nvim-lsp-installer/servers/ltex/init.lua

I think it is much better to keep this plugin as lightweight as possible and avoid duplication.

David-Else commented 2 years ago

Closed by https://github.com/brymer-meneses/grammar-guard.nvim/pull/7