aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-14 05:23:20 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-14 05:23:20 +0000
commit355c565eae59810c1af4cf132938fa0fc251c5a2 (patch)
treed62335962caa071fb887b2b3ed2504b95720fbb7 /doc/configs.md
parentfeat: add typst to the list of languages harper supports (#3533) (diff)
downloadnvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar.gz
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar.bz2
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar.lz
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar.xz
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.tar.zst
nvim-lspconfig-355c565eae59810c1af4cf132938fa0fc251c5a2.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md
index d4072d42..7da6318f 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -4632,7 +4632,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" }
+ { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/harper_ls.lua:2](../lua/lspconfig/configs/harper_ls.lua#L2)
- `single_file_support` : `true`