diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-04 12:54:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-04 12:54:27 +0000 |
| commit | f4ed656e876e45cf914d7beb972830561178e232 (patch) | |
| tree | 8aec68dba3dab227958d4f42afeb04c46f7c0485 | |
| parent | feat: update Harper supported languages #3534 (diff) | |
| download | nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar.gz nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar.bz2 nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar.lz nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar.xz nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.tar.zst nvim-lspconfig-f4ed656e876e45cf914d7beb972830561178e232.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 a75a868a..5163ecac 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4531,7 +4531,7 @@ Default config: ``` - `filetypes` : ```lua - { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake" } ``` - `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` diff --git a/doc/configs.txt b/doc/configs.txt index a75a868a..5163ecac 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4531,7 +4531,7 @@ Default config: ``` - `filetypes` : ```lua - { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake" } ``` - `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` |
