Commit graph

3060 commits

Author SHA1 Message Date
github-actions[bot]
a67bc39aaa docs: update server_configurations.md
skip-checks: true
2024-08-13 05:51:14 +00:00
Adam Daniels
4cd29ab1b3
feat: ruby_lsp works inside eruby files (#3266)
Since 0.17.5, Ruby LSP has supported running inside ERB files.
2024-08-13 13:51:02 +08:00
github-actions[bot]
ff97d376b1 docs: update server_configurations.md
skip-checks: true
2024-08-10 06:12:33 +00:00
George Thomadakis
94f0fca315
fix(mesonlsp): update root directory pattern (#3265)
Add pattern for meson.build files in the 'root_pattern' functions
of the 'default_config' and 'doc' tables for the 'mesonlsp'
and 'swift_mesonls' servers.

Signed-off-by: George Thomadakis <gthomadakis@protonmail.com>
2024-08-10 14:12:20 +08:00
github-actions[bot]
652386deae docs: update server_configurations.md
skip-checks: true
2024-08-07 09:51:25 +00:00
Anirudh
462b1d8ba4
feat: add tvm_ffi_navigator server (#3261)
Add the [TVM FFI navigator](https://github.com/tqchen/ffi-navigator)
server configuration, which is used within the TVM project to jump to
C++ definitions from python and vice versa
2024-08-07 17:51:11 +08:00
github-actions[bot]
6c505d4220 docs: update server_configurations.md
skip-checks: true
2024-08-06 06:12:12 +00:00
Leon
8933773bb4
docs(fortls): update linke of fortls (#3258) 2024-08-06 14:11:56 +08:00
github-actions[bot]
81a19de189 docs: update server_configurations.md
skip-checks: true
2024-08-05 09:04:14 +00:00
Hugo
9f10797d35
feat: implement ZkList command for zk (#3257)
Surfaces the `zk.list` LSP command in the same way as `zk.new` and
`zk.index`.
2024-08-05 17:04:01 +08:00
Thibault de Villèle
e6528f4613
fix(texlab): use notify instead of print (#3256)
* feat(texlab): change all print() to vim.notify()

Some texlab-specific functions were using `print`, some were using
`vim.notify`. Changed all uses of `print` to `vim.notify` with levels:
- `vim.log.levels.INFO` for `build` and `forwardSeach` LSP methods,
- `vim.log.levels.ERROR` when the `texlab` client cannot be found.

* fix(lint): integrate linter changes of #3256

---------

Co-authored-by: Thibault de Villèle <>
2024-08-02 20:41:19 +08:00
github-actions[bot]
d710f5c58d docs: update server_configurations.md
skip-checks: true
2024-08-02 05:52:57 +00:00
Elijah Sauder
5c5940e9b3
feat: add superhtml support (#3245)
Co-authored-by: glepnir <glephunter@gmail.com>
2024-08-02 13:52:45 +08:00
github-actions[bot]
e9b1c95d29 docs: update server_configurations.md
skip-checks: true
2024-08-01 05:53:28 +00:00
Ahmad bin Marakkar
167f4df34c
fix(tailwindcss): removed deprecated code form tailwindcss (#3254) 2024-08-01 13:53:16 +08:00
github-actions[bot]
fdc44768a0 docs: update server_configurations.md
skip-checks: true
2024-07-29 05:44:22 +00:00
Adam Henley
927ad03222
feat: add ballerina support (#3252)
Signed-off-by: Adam Henley <adamazing@gmail.com>
2024-07-29 13:44:07 +08:00
github-actions[bot]
f95d371c1a docs: update server_configurations.md
skip-checks: true
2024-07-26 12:35:33 +00:00
Access
37585d207a
docs(neocmake): document to show neocmake support snippet (#3251)
my contributer has added snippet for my project, so I want to add
document about his greate work
2024-07-26 20:35:18 +08:00
github-actions[bot]
0e30101563 docs: update server_configurations.md
skip-checks: true
2024-07-26 06:12:07 +00:00
Dhruv Manilawala
b6039668a3
docs: remove unnecessary backticks (#3249) 2024-07-26 14:11:54 +08:00
github-actions[bot]
9c762dcd45 docs: update server_configurations.md
skip-checks: true
2024-07-25 06:06:10 +00:00
Elijah Potter
d4df0b60bd
feat(harper-ls): added new languages (#3248) 2024-07-25 14:05:55 +08:00
Emerson Ford
3cceca5a79
fix(rust-analyzer) automatically populate init_options from settings["rust-analyzer"] (#3247)
* automatically populate `init_options` for rust-analyzer in accordance
with the rust-analyzer docs
2024-07-24 13:37:02 +08:00
github-actions[bot]
3d0ecace04 docs: update server_configurations.md
skip-checks: true
2024-07-24 05:33:32 +00:00
AriaN
3d05d50521
docs: fix typos in arduino_language_server (#3246) 2024-07-24 13:33:17 +08:00
github-actions[bot]
fa6c2a6410 docs: update server_configurations.md
skip-checks: true
2024-07-22 11:20:38 +00:00
Dhruv Manilawala
0c2aeaeef3
docs: close code block for Ruff settings example (#3244) 2024-07-22 19:20:26 +08:00
Chris Grieser
47899067b1
docs: lspconfig.Config class not modifying inherited root_dir (#3243) 2024-07-22 17:19:26 +08:00
github-actions[bot]
1ea7c6126a docs: update server_configurations.md
skip-checks: true
2024-07-21 02:06:54 +00:00
Christofer Nolander
88a7b32242
feat: add server configuration for glasgow (#3242)
* feat: add server configuration for `glasgow`

* fix(glasgow): run stylua

* fix(glasgow): spelling `Funtion` -> `Function`
2024-07-21 10:06:42 +08:00
github-actions[bot]
e26da408cf docs: update server_configurations.md
skip-checks: true
2024-07-19 06:07:57 +00:00
أحمد بن مركار
3b5a9d5b49
feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls (#3240)
* feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls

* chore: removed commented lines

---------

Co-authored-by: Ahmad Shabeer K <shabeer@sellowpay.com>
2024-07-19 14:07:46 +08:00
github-actions[bot]
07568c1357 docs: update server_configurations.md
skip-checks: true
2024-07-19 05:47:54 +00:00
Dhruv Manilawala
70d1c2c31a
feat!: remove --preview flag from Ruff server (#3241) 2024-07-19 13:47:42 +08:00
github-actions[bot]
df9c116cbc docs: update server_configurations.md
skip-checks: true
2024-07-18 06:02:13 +00:00
Julian Berman
a481793276
feat(leanls): add support for lakefile.toml-only packages (#3238)
This is partially a bugfix, as such packages would appear to function
correctly because we fell back to `lean --server` -- but that is a lie,
as it means `lake` doesn't control the LSP environment (and specifically
it means that shared objects aren't correctly found for a package which
prebuilds them with prebuildModules).

While we're here, remove said ancient Lean 4 logic for versions no one
has used for years, simplifying the startup (and saving a subprocess).
It'd have been better to fail loudly here rather than falling back to
confusing errors.
2024-07-18 14:02:02 +08:00
Noah Pederson
01e08d4bf1
feat: add janet lsp config (#3235) 2024-07-16 14:19:41 +08:00
github-actions[bot]
216deb2d1b docs: update server_configurations.md
skip-checks: true
2024-07-12 10:58:44 +00:00
Jackie Li
712e4460bc
fix(tailwindcss): add includeLanguages (#3231) 2024-07-12 18:58:32 +08:00
github-actions[bot]
cf97d2485f docs: update server_configurations.md
skip-checks: true
2024-07-03 07:01:21 +00:00
Dimitris Dimitropoulos
9c9470f195
feat(texlab): add change environments workspace command (#3227)
* feat(texlab): add change environments workspace command

* feat(texlab): correct tostring placement
2024-07-03 15:01:09 +08:00
Jeong, Heon
53a3c6444e
feat: do not process commands if it's func type (#3200)
To pass it as-is to the vim.lsp.start_client argument
2024-07-01 14:51:39 +08:00
github-actions[bot]
7edfd6692b docs: update server_configurations.md
skip-checks: true
2024-06-29 06:48:55 +00:00
Dimitris Dimitropoulos
5c5fd2701d
feat(texlab): add find environments workspace command (#3225) 2024-06-29 14:48:43 +08:00
github-actions[bot]
95b2fc4273 docs: update server_configurations.md
skip-checks: true
2024-06-28 06:41:35 +00:00
Keith Smiley
96e7247df2
feat: add bazelrc-lsp config (#3224)
This is the configuration for
https://github.com/salesforce-misc/bazelrc-lsp, which supports
`.bazelrc` configuration files.
2024-06-28 14:41:23 +08:00
github-actions[bot]
1d2454f9fb docs: update server_configurations.md
skip-checks: true
2024-06-27 10:04:47 +00:00
Slava Maksimov
5022474e62
docs(shopify_theme_ls): remove unnecessary code snippet (#3223) 2024-06-27 18:04:35 +08:00
github-actions[bot]
9c9eb07fec docs: update server_configurations.md
skip-checks: true
2024-06-23 08:46:41 +00:00