diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-31 04:54:19 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-31 04:54:19 +0000 |
| commit | ead2fbc4893fdd062e1dd0842679a48bfb7bac5c (patch) | |
| tree | e182f23e990c6928a4b71c5040b0e67daa967ca0 | |
| parent | feat(harper-ls): added new languages and updated links (#3591) (diff) | |
| download | nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar.gz nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar.bz2 nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar.lz nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar.xz nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.tar.zst nvim-lspconfig-ead2fbc4893fdd062e1dd0842679a48bfb7bac5c.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 8 | ||||
| -rw-r--r-- | doc/configs.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md index ba64e2ce..22b849bd 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4653,13 +4653,13 @@ Default config: ## harper_ls -https://github.com/elijah-potter/harper +https://github.com/automattic/harper The language server for Harper, the slim, clean language checker for developers. -See [docs](https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md#configuration) for more information on settings. +See our [documentation](https://writewithharper.com/docs/integrations/neovim) for more information on settings. -In short, however, they should look something like this: +In short, they should look something like this: ```lua lspconfig.harper_ls.setup { settings = { @@ -4682,7 +4682,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" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" } ``` - `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 ba64e2ce..22b849bd 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4653,13 +4653,13 @@ Default config: ## harper_ls -https://github.com/elijah-potter/harper +https://github.com/automattic/harper The language server for Harper, the slim, clean language checker for developers. -See [docs](https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md#configuration) for more information on settings. +See our [documentation](https://writewithharper.com/docs/integrations/neovim) for more information on settings. -In short, however, they should look something like this: +In short, they should look something like this: ```lua lspconfig.harper_ls.setup { settings = { @@ -4682,7 +4682,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" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" } ``` - `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` |
