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 8e23a73b..76125d4a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2345,11 +2345,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 605691d8..055014c7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
