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 19ea808e..83acb218 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2401,11 +2401,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 3bb80d47..ca0b4b64 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1564,11 +1564,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
