diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-14 05:23:20 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-14 05:23:20 +0000 |
| commit | 355c565eae59810c1af4cf132938fa0fc251c5a2 (patch) | |
| tree | d62335962caa071fb887b2b3ed2504b95720fbb7 /doc/configs.md | |
| parent | feat: add typst to the list of languages harper supports (#3533) (diff) | |
| download | nvim-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.md | 2 |
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` |
