diff options
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index f6b2e6ea..00268dcb 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2343,11 +2343,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g58060c2340" + version = "0.12.0-dev+ga33284c2c0" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g58060c2340" + version = "0.12.0-dev+ga33284c2c0" } } ``` @@ -5287,7 +5287,7 @@ Default config: ``` - `filetypes` : ```lua - { "html", "ruby", "eruby" } + { "html", "eruby" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index f45306dd..851bf8ca 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g58060c2340" + version = "0.12.0-dev+ga33284c2c0" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g58060c2340" + version = "0.12.0-dev+ga33284c2c0" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 @@ -3762,7 +3762,7 @@ Default config: - cmd: >lua { "herb-language-server", "--stdio" } - filetypes: >lua - { "html", "ruby", "eruby" } + { "html", "eruby" } - root_markers: >lua { "Gemfile", ".git" } < |
