Skip to content

Commit

Permalink
feat(harper-ls): added new languages and updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 27, 2025
1 parent 637293c commit 75802a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lua/lspconfig/configs/harper_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand All @@ -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 = {
Expand Down

0 comments on commit 75802a2

Please sign in to comment.