diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-17 13:00:46 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-17 13:00:46 +0000 |
| commit | d875cb79973d403b10e02d0df4df0cf42428987c (patch) | |
| tree | 3d0302a2ceb2b73cfef5765bfbdca99916fe8e88 | |
| parent | feat(vale_ls): add reStructuredText to filetypes (#3439) (diff) | |
| download | nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar.gz nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar.bz2 nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar.lz nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar.xz nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.tar.zst nvim-lspconfig-d875cb79973d403b10e02d0df4df0cf42428987c.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 db7599f5..2eda723f 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11175,7 +11175,7 @@ Default config: ``` - `filetypes` : ```lua - { "markdown", "text", "tex" } + { "markdown", "text", "tex", "rst" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vale_ls.lua:4](../lua/lspconfig/configs/vale_ls.lua#L4) - `single_file_support` : `true` diff --git a/doc/configs.txt b/doc/configs.txt index db7599f5..2eda723f 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -11175,7 +11175,7 @@ Default config: ``` - `filetypes` : ```lua - { "markdown", "text", "tex" } + { "markdown", "text", "tex", "rst" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vale_ls.lua:4](../lua/lspconfig/configs/vale_ls.lua#L4) - `single_file_support` : `true` |
