diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-25 10:37:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-25 10:37:15 +0000 |
| commit | ff2b85abaa810f6611233dbe6d31c07510ebf43d (patch) | |
| tree | f9294859694904113999e96352202303037e5c53 | |
| parent | fix(mdx-analyzer): get dirname of vim.fs.find result (#3527) (diff) | |
| download | nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar.gz nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar.bz2 nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar.lz nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar.xz nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.tar.zst nvim-lspconfig-ff2b85abaa810f6611233dbe6d31c07510ebf43d.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 bd02f39a..57a048f7 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6080,7 +6080,7 @@ Default config: ``` - `filetypes` : ```lua - { "markdown.mdx" } + { "mdx" } ``` - `init_options` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index bd02f39a..57a048f7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6080,7 +6080,7 @@ Default config: ``` - `filetypes` : ```lua - { "markdown.mdx" } + { "mdx" } ``` - `init_options` : ```lua |
