feat(harper-ls): added new languages and updated links ()

This commit is contained in:
Elijah Potter 2025-01-30 21:53:09 -07:00 committed by GitHub
parent 8c5620b041
commit 2c8e825a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,8 @@ return {
'haskell',
'cmake',
'typst',
'php',
'dart',
},
root_dir = function(fname)
return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1])
@ -31,13 +33,13 @@ return {
},
docs = {
description = [[
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 = {