Skip to content

Commit ead2fbc

Browse files
docs: update configs.md
skip-checks: true
1 parent 2c8e825 commit ead2fbc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/configs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4653,13 +4653,13 @@ Default config:
46534653

46544654
## harper_ls
46554655

4656-
https://github.com/elijah-potter/harper
4656+
https://github.com/automattic/harper
46574657

46584658
The language server for Harper, the slim, clean language checker for developers.
46594659

4660-
See [docs](https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md#configuration) for more information on settings.
4660+
See our [documentation](https://writewithharper.com/docs/integrations/neovim) for more information on settings.
46614661

4662-
In short, however, they should look something like this:
4662+
In short, they should look something like this:
46634663
```lua
46644664
lspconfig.harper_ls.setup {
46654665
settings = {
@@ -4682,7 +4682,7 @@ Default config:
46824682
```
46834683
- `filetypes` :
46844684
```lua
4685-
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst" }
4685+
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" }
46864686
```
46874687
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/harper_ls.lua:2](../lua/lspconfig/configs/harper_ls.lua#L2)
46884688
- `single_file_support` : `true`

doc/configs.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4653,13 +4653,13 @@ Default config:
46534653

46544654
## harper_ls
46554655

4656-
https://github.com/elijah-potter/harper
4656+
https://github.com/automattic/harper
46574657

46584658
The language server for Harper, the slim, clean language checker for developers.
46594659

4660-
See [docs](https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md#configuration) for more information on settings.
4660+
See our [documentation](https://writewithharper.com/docs/integrations/neovim) for more information on settings.
46614661

4662-
In short, however, they should look something like this:
4662+
In short, they should look something like this:
46634663
```lua
46644664
lspconfig.harper_ls.setup {
46654665
settings = {
@@ -4682,7 +4682,7 @@ Default config:
46824682
```
46834683
- `filetypes` :
46844684
```lua
4685-
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst" }
4685+
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" }
46864686
```
46874687
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/harper_ls.lua:2](../lua/lspconfig/configs/harper_ls.lua#L2)
46884688
- `single_file_support` : `true`

0 commit comments

Comments
 (0)