diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2026-05-14 16:28:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 16:28:59 -0400 |
| commit | 0ded242fd74fd86624ca0a01f2e08d22b500e564 (patch) | |
| tree | c17272061664867d30655d0145d4ae5695f4e83e | |
| parent | docs: update generated annotations (diff) | |
| download | nvim-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.lua | 2 |
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 |
