diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-15 05:47:45 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-15 05:47:45 +0000 |
| commit | 4f661ca1f2585589345b3f1d6bf40b830c690906 (patch) | |
| tree | 7ae0cf497c3c6fd0783f40392acfbdf37e9494de | |
| parent | feat: add support using erb files to ruby-lsp (#3435) (diff) | |
| download | nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar.gz nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar.bz2 nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar.lz nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar.xz nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.tar.zst nvim-lspconfig-4f661ca1f2585589345b3f1d6bf40b830c690906.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 4f12a22d..db7599f5 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -8579,7 +8579,7 @@ Default config: ``` - `filetypes` : ```lua - { "ruby" } + { "ruby", "eruby" } ``` - `init_options` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 4f12a22d..db7599f5 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8579,7 +8579,7 @@ Default config: ``` - `filetypes` : ```lua - { "ruby" } + { "ruby", "eruby" } ``` - `init_options` : ```lua |
