Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent 2c8e825 commit ead2fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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`
Expand Down
8 changes: 4 additions & 4 deletions doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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`
Expand Down

0 comments on commit ead2fbc

Please sign in to comment.