aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnish De <63192115+AnishDe12020@users.noreply.github.com>2022-05-06 18:41:41 +0530
committerGitHub <noreply@github.com>2022-05-06 15:11:41 +0200
commitca244c62adfd5bfc150c727ec0ab910f74c107df (patch)
tree3fc01013867be2c888fccb75293a00dcd286c095 /README.md
parentrun autogen_metadata.lua (diff)
downloadmason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar.gz
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar.bz2
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar.lz
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar.xz
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.tar.zst
mason-ca244c62adfd5bfc150c727ec0ab910f74c107df.zip
Added the Astro Language Server (#677)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e60889f8..a6e314bc 100644
--- a/README.md
+++ b/README.md
@@ -103,9 +103,10 @@ Important if you use packer.nvim! (click to expand)
> Do not separate the nvim-lsp-installer setup from lspconfig, for example via the `config` hook.
> Make sure to colocate the nvim-lsp-installer setup with the lspconfig setup. This is because load order of plugins is
-not guaranteed, leading to nvim-lsp-installer's `config` function potentially executing after lspconfig's.
+> not guaranteed, leading to nvim-lsp-installer's `config` function potentially executing after lspconfig's.
>
> ❌ Do not do this:
+
```lua
use {
{
@@ -123,7 +124,9 @@ use {
},
}
```
+
> ✅ Instead, do this:
+
```lua
use {
"williamboman/nvim-lsp-installer",
@@ -182,6 +185,7 @@ require("nvim-lsp-installer").setup({
| Ansible | `ansiblels` |
| Arduino [(docs!!!)][arduino] | `arduino_language_server` |
| Assembly (GAS/NASM, GO) | `asm_lsp` |
+| Astro | `astro` |
| AsyncAPI | `spectral` |
| Bash | `bashls` |
| Beancount | `beancount` |