aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2026-05-14 16:28:59 -0400
committerGitHub <noreply@github.com>2026-05-14 16:28:59 -0400
commit0ded242fd74fd86624ca0a01f2e08d22b500e564 (patch)
treec17272061664867d30655d0145d4ae5695f4e83e
parentdocs: update generated annotations (diff)
downloadnvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar.gz
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar.bz2
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar.lz
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar.xz
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.tar.zst
nvim-lspconfig-0ded242fd74fd86624ca0a01f2e08d22b500e564.zip
docs(emmylua_ls): fix docstring #4428
-rw-r--r--lsp/emmylua_ls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/emmylua_ls.lua b/lsp/emmylua_ls.lua
index e9172ff6..b748965f 100644
--- a/lsp/emmylua_ls.lua
+++ b/lsp/emmylua_ls.lua
@@ -14,7 +14,7 @@
---
--- See the emmylua_ls [configuration guide](https://github.com/EmmyLuaLs/emmylua-analyzer-rust/blob/main/docs/config/emmyrc_json_EN.md)
--- for settings documentation.
-
+---
--- If you want completions and analysis for Neovim plugins on your runtime path, try this config:
---
--- ```lua