diff options
| author | Elijah Potter <me@elijahpotter.dev> | 2025-01-30 21:53:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 12:53:09 +0800 |
| commit | 2c8e825a0540fc6c385df6068ebefdabb1e61c44 (patch) | |
| tree | 44584aa2e2f639b3b68803e220f4e9ce8222a6d2 | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar.gz nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar.bz2 nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar.lz nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar.xz nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.tar.zst nvim-lspconfig-2c8e825a0540fc6c385df6068ebefdabb1e61c44.zip | |
feat(harper-ls): added new languages and updated links (#3591)
| -rw-r--r-- | lua/lspconfig/configs/harper_ls.lua | 8 |
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 = { |
