diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-28 05:48:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-28 05:48:59 +0000 |
| commit | e8f9c46c99e1901167a92ab13e2357158e5aabdb (patch) | |
| tree | d239f335da1ae5bfb48b8a500c3a5cacbbb6adb6 | |
| parent | fix: bashls add bash filetype (#3457) (diff) | |
| download | nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar.gz nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar.bz2 nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar.lz nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar.xz nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.tar.zst nvim-lspconfig-e8f9c46c99e1901167a92ab13e2357158e5aabdb.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 859e33d6..1e459241 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1047,7 +1047,7 @@ Default config: ``` - `filetypes` : ```lua - { "sh" } + { "bash", "sh" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/bashls.lua:4](../lua/lspconfig/configs/bashls.lua#L4) - `settings` : diff --git a/doc/configs.txt b/doc/configs.txt index 859e33d6..1e459241 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1047,7 +1047,7 @@ Default config: ``` - `filetypes` : ```lua - { "sh" } + { "bash", "sh" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/bashls.lua:4](../lua/lspconfig/configs/bashls.lua#L4) - `settings` : |
