diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 03:31:33 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 03:31:33 +0000 |
| commit | d529402785fc7f9358c63a841ade6bb3c6aa15ba (patch) | |
| tree | 33a6703a78e7d75a7f0bdcbd076a1c2e21a49441 | |
| parent | fix: ts/js LSPs require lockfile #4062 (diff) | |
| download | nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar.gz nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar.bz2 nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar.lz nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar.xz nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.tar.zst nvim-lspconfig-d529402785fc7f9358c63a841ade6bb3c6aa15ba.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 76125d4a..e60ac2f8 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2345,11 +2345,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g21f2c2b19c" + version = "0.12.0-dev+g16018b1117" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g21f2c2b19c" + version = "0.12.0-dev+g16018b1117" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 055014c7..aea0c935 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g21f2c2b19c" + version = "0.12.0-dev+g16018b1117" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g21f2c2b19c" + version = "0.12.0-dev+g16018b1117" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
