diff options
| -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 0e21a8ef..13c486a4 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2400,11 +2400,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 5cb15fef..5c07e0b4 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1571,11 +1571,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 |
