aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-11 03:33:47 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-11 03:33:47 +0000
commitbc09aa236d7d2af66f56a5a35d0577588eca7800 (patch)
tree1117802004657827ea466392d0acd4e352cae781 /doc
parentfeat(harper): add shell filetype #4069 (diff)
downloadnvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar.gz
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar.bz2
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar.lz
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar.xz
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.tar.zst
nvim-lspconfig-bc09aa236d7d2af66f56a5a35d0577588eca7800.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 0055cc90..823f8a38 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -5214,7 +5214,7 @@ Default config:
```
- `filetypes` :
```lua
- { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" }
+ { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" }
```
- `root_markers` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index c704dcdf..aad6d170 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -3707,7 +3707,7 @@ Default config:
- cmd: >lua
{ "harper-ls", "--stdio" }
- filetypes: >lua
- { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" }
+ { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" }
- root_markers: >lua
{ ".git" }
<