diff options
| author | Anish De <63192115+AnishDe12020@users.noreply.github.com> | 2022-05-06 18:41:41 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-06 15:11:41 +0200 |
| commit | ca244c62adfd5bfc150c727ec0ab910f74c107df (patch) | |
| tree | 3fc01013867be2c888fccb75293a00dcd286c095 /README.md | |
| parent | run autogen_metadata.lua (diff) | |
| download | mason-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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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` | |
