aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/harper_ls.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/harper_ls.lua b/lua/lspconfig/configs/harper_ls.lua
index 6a6b9895..ffa8a50d 100644
--- a/lua/lspconfig/configs/harper_ls.lua
+++ b/lua/lspconfig/configs/harper_ls.lua
@@ -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 = {