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 c971c37e..8f2d631d 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2401,11 +2401,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g4adfc4b7bc" + version = "0.12.0-dev+g7837161076" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g4adfc4b7bc" + version = "0.12.0-dev+g7837161076" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 70f5aef2..e71c764a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1564,11 +1564,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g4adfc4b7bc" + version = "0.12.0-dev+g7837161076" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g4adfc4b7bc" + version = "0.12.0-dev+g7837161076" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
