Commit graph

3060 commits

Author SHA1 Message Date
Yi Ming
5e54173da4
refactor: remove usages of deprecated vim.tbl_add_reverse_lookup (#3156) 2024-05-17 14:03:23 +08:00
github-actions[bot]
cee94b22ad docs: update server_configurations.md
skip-checks: true
2024-05-16 06:53:18 +00:00
Frede
6a6a297686
feat: add bitbake-language-server (#3151)
* feat: add bitbake-language-server

* fix: styling

* fix: use find_git_ancestor

Co-authored-by: glepnir <glephunter@gmail.com>

---------

Co-authored-by: glepnir <glephunter@gmail.com>
2024-05-16 14:53:06 +08:00
github-actions[bot]
b24e96a660 docs: update server_configurations.md
skip-checks: true
2024-05-16 06:04:27 +00:00
Colton Donnelly
926bd65df2
fix(r): change markdown injection in documentation to use lowercase r (#3153) 2024-05-16 14:04:13 +08:00
github-actions[bot]
a981d815da docs: update server_configurations.md
skip-checks: true
2024-05-16 06:02:46 +00:00
NullVoxPopuli
a8c3a548dd
docs(ember): update config for ember-language-server due to upstreaming (#3150) 2024-05-16 14:02:34 +08:00
github-actions[bot]
a27179f56c docs: update server_configurations.md
skip-checks: true
2024-05-14 10:31:41 +00:00
Varsh
9ea0e83a54
feat: add pbls(Protobuf Language Server) (#3148)
* feat: add pbls(Protobuf Language Server)

* fix(pbls): remove find_git_ancestor from root_dir
2024-05-14 18:31:24 +08:00
github-actions[bot]
94513a5b24 docs: update server_configurations.md
skip-checks: true
2024-05-12 05:50:27 +00:00
Slava Maksimov
8676a7a219
feat: add shopify theme language-server (#3147)
* feat: add shopify theme language-server

* chore: add server configuration note
2024-05-12 13:50:12 +08:00
nzlov
a3d9395455
fix(jdtls): update root dir (#2693)
multi-module projects first.
2024-05-08 15:20:11 +08:00
github-actions[bot]
ba34c39459 docs: update server_configurations.md
skip-checks: true
2024-05-08 05:41:28 +00:00
Joscha Seelig
e0cc3f94ba
feat: add roc-language-server support (#3143)
This adds a basic configuration for Roc's built-in language
server.

So far only go-to-definition, hover, inline diagnostics and formatting
is implemented.

Co-authored-by: jdsee <jdsee@protonmail.com>
2024-05-08 13:41:15 +08:00
github-actions[bot]
2beb3e9cac docs: update server_configurations.md
skip-checks: true
2024-05-07 11:10:55 +00:00
Fabian Holler
c3957f8b69
docs(dockerls): document ignoreMultilineInstructions setting (#3142)
Document how the ignoreMultilineInstructions settings for dockerls can
be configured.

That the settings key must be "docker" instead of "dockerls" makes it
non-intuitive and harder to figure out.

Sources:
- https://github.com/rcjsuen/dockerfile-language-server?tab=readme-ov-file#language-server-settings
- 9e3f8580f7/src/server.ts (L330-L344)
2024-05-07 19:10:43 +08:00
github-actions[bot]
9a5a3ebd63 docs: update server_configurations.md
skip-checks: true
2024-05-07 05:26:31 +00:00
Martin Sigloch
705d36650d
feat: add motoko-lsp support (#3140) 2024-05-07 13:26:18 +08:00
Gregory Anders
97762065bf
docs: update README with default map changes (#3139)
See https://github.com/neovim/neovim/pull/28649.
2024-05-06 08:14:04 -05:00
github-actions[bot]
7383bacd57 docs: update server_configurations.md
skip-checks: true
2024-05-06 05:42:02 +00:00
Ewen Le Bihan
6e80669f9d
feat: add hyprls support (#3137) 2024-05-06 13:41:49 +08:00
github-actions[bot]
02c8f8c2c4 docs: update server_configurations.md
skip-checks: true
2024-05-06 05:40:50 +00:00
Hauke Ingwersen
59351b8442
fix(elmls): add missing init_options, remove deprecated (#3138)
Co-authored-by: Hauke Ingwersen <me@hing.dev>
2024-05-06 13:40:37 +08:00
github-actions[bot]
ee450e6a93 docs: update server_configurations.md
skip-checks: true
2024-05-05 06:19:48 +00:00
Gustavo Joaquin
5826779956
feat(vale-ls): add LaTeX file type for vale-ls (#3136)
feat: add LaTeX file type for vale-ls
2024-05-05 14:19:36 +08:00
dundargoc
aa5f4f4ee1
docs: simplify CONTRIBUTING documentation #3132
- Deduplicate lint requirements.
- remove minimum neovim version as that is already specified by the
  README.
2024-04-29 08:59:07 -07:00
glepnir
ae0651d850
fix(command): check server config exist in lspconfig (#3131) 2024-04-29 16:09:54 +08:00
glepnir
559a7e8c6c
fix(command): get attached buffers list by using api (#3130)
Problem: buffers id as key in attached_buffers.

Solution: use api to get buffers list for later restart and attach
2024-04-29 14:44:42 +08:00
Gregory Anders
3224b09984
docs: update default mappings (#3128) 2024-04-28 15:14:10 -05:00
Gregory Anders
7133e85c3d
docs: add new default maps for Nvim 0.10 (#3127)
Also remove `LspAttach` and `LspDetach` examples. There are examples
included in the Nvim docs, and we should be pointing users toward that
documentation rather than duplicating it here.
2024-04-26 13:30:43 -05:00
Gregory Anders
2a1999b817
refactor: handle updated signature of lsp.start_client (#3126)
https://github.com/neovim/neovim/pull/28478 changes the signature of
start_client to return two values: client_id or nil and error message or
nil. start_client no longer calls vim.notify directly, so if there is an
error we must call vim.notify ourselves.
2024-04-26 10:07:56 -05:00
github-actions[bot]
fadff7be17 docs: update server_configurations.md
skip-checks: true
2024-04-26 07:51:04 +00:00
Peter Benjamin
cc89aa98d3
fix(snyk): add terraform filetypes (#3125) 2024-04-26 15:50:52 +08:00
Raphael
da338c8d7e
ci(docs): reword "check config changes" #3123 2024-04-25 03:23:37 -07:00
Gregory Anders
cfa386fc40 docs: update README
Update the README with up-to-date information about Nvim defaults.
Dramatically reduce the size and scope of the code snippets. Rename
"suggested configuration" to simply "configuration".
2024-04-23 23:36:33 +02:00
github-actions[bot]
94874383ae docs: update server_configurations.md
skip-checks: true
2024-04-23 13:23:06 +00:00
Raphael
14e4f037a0
docs(nixd): update default root dir description (#3121) 2024-04-23 21:21:47 +08:00
Raphael
7bdc6b652f
fix(nixd): remove unnecessary nid.json root pattern (#3120)
Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed.

Solution: remove .nidx.json

Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com>
2024-04-23 20:56:41 +08:00
github-actions[bot]
49e2b20213 docs: update server_configurations.md
skip-checks: true
2024-04-23 12:39:05 +00:00
Raphael
9187bfd9f6
fix(markdown_oxide): fix stylint and enable single file mode (#3118) 2024-04-23 20:38:49 +08:00
Felix Zeller
f02bd54bf7
fix(markdown_oxide): update root_dir and description (#3114)
* fix: root_dir for lspconfig

* fix: markdown oxide description

* fix: remove unused util

* docs: update server_configurations.md
skip-checks: true

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 17:51:08 +08:00
github-actions[bot]
ee3d635692 docs: update server_configurations.md
skip-checks: true
2024-04-23 09:11:44 +00:00
Jochen Sprickerhof
d2b728c639
fix(debputy): add more filetypes (#3116) 2024-04-23 17:11:28 +08:00
github-actions[bot]
198a0c0d7a docs: update server_configurations.md
skip-checks: true
2024-04-23 08:34:04 +00:00
Jochen Sprickerhof
06387c1d79
feat: add debputy (#3115) 2024-04-23 16:33:47 +08:00
github-actions[bot]
ed8b8a15ac docs: update server_configurations.md
skip-checks: true
2024-04-19 06:11:15 +00:00
Stefano Volpe
dd8523a776
feat(ltext): add mail and text as ltex filetypes (#3103) 2024-04-19 14:10:47 +08:00
github-actions[bot]
7342fa3c99 docs: update server_configurations.md
skip-checks: true
2024-04-19 06:10:28 +00:00
Peter Benjamin
9b61b0b089
fix(snyk_ls): update root_dir & supported filetypes (#3112) 2024-04-19 14:10:17 +08:00
github-actions[bot]
9eb6d86684 docs: update server_configurations.md
skip-checks: true
2024-04-18 06:12:47 +00:00