aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix(kotlin_language_server): update root_dirEmilio Ziniades2023-11-191-6/+1
| |
| * fix(hls): update root_dirEmilio Ziniades2023-11-191-14/+2
| |
| * fix(gradle_ls): update root_dirEmilio Ziniades2023-11-191-7/+2
| |
| * fix(gopls): update root_dirEmilio Ziniades2023-11-191-1/+1
| |
| * fix(custom_elements_ls): update root_dirEmilio Ziniades2023-11-191-5/+2
| |
| * fix(cairo_ls): update root_dirEmilio Ziniades2023-11-191-5/+2
| |
* | feat: add support for slangd (#2907)Stephan Seitz2023-11-201-0/+44
|/ | | | `slangd` is the language server for [slang](https://github.com/shader-slang/slang), a shader language that extends HLSL with additional features.
* fix(rust-analyzer): don't run cargo if Cargo.toml is not found (#2905)kitterion2023-11-191-10/+17
|
* fix: util.root_pattern prioritises pattern order (#2885)Emilio Ziniades2023-11-181-8/+11
| | | | | | | | | | | | * fix: util.root_pattern prioritises pattern order Instead of traversing the filesystem upwards once and returning the first match of all the patterns, it traverses the filesystem upwards once for each pattern. This means that the order of the patterns provided matters, and the highest priority patterns should be put first. Also updated corresponding tests. * docs: update util.root_pattern description
* feat: add autotools-language-server support (#2902)uazm2023-11-181-0/+29
|
* fix: remove outdated jdtls progress message handler #2899Srinesh Nisala2023-11-171-1/+0
| | | closes #2897
* feat: enable single file mode for nushell lsp (#2900)alex-tdrn2023-11-171-0/+1
|
* fix: handle exit code on async run command (#2896)meredith2023-11-151-3/+15
| | | | | jobid -1 is returned when the command can't start at all, there shouldn't be any stderr either. normally you could get further detail "errno" style, but i don't see that this is exposed by the job api.
* feat(rescriptls): add init_options (#2893)Pedro Castro2023-11-151-0/+9
|
* pylyzer: declare single file support #2894rhjdvsgsgks2023-11-141-0/+1
|
* feat(facility-language-server): add facility language server (#2892)Bryan Kenote2023-11-141-0/+17
|
* feat: add contextive-language-server support (#2888)Erik Kinnunen2023-11-121-0/+21
|
* feat: add nushell built-in language server support (#2884)blusk2023-11-101-0/+19
|
* feat: add cypher language server (#2883)Gerrit Meier2023-11-101-0/+23
|
* doc(custom-elements-ls): Update filetypes and docs (#2881)Matsu2023-11-091-15/+0
|
* fix: improve root_dir pattern for ast-grep (#2882)Herrington Darkholme2023-11-091-3/+3
|
* feat: add ast-grep language server (#2880)pseudometa2023-11-061-0/+38
| | | | | * feat: add ast-grep language server * fix: casing of filetypes
* doc(rescriptls): install from npm (#2879)Pedro Castro2023-11-041-29/+6
|
* fix(solidity_ls_nomicfoundation): update installation instructions (#2871)Francisco2023-10-291-1/+1
|
* docs: update deprecated arduino-language-server docs (#2875)AriaN2023-10-261-11/+6
|
* feat(lexical): add support for lexical (#2874)Tosoa Bacca2023-10-261-0/+23
| | | | | | | | | * feat(lexical): add support for lexical Add server configuration for [lexical-lsp/lexical](https://github.com/lexical-lsp/lexical) * refactor(lexical): add single_file_support Instead of `vim.loop.os_homedir()`
* feat: add stimulus-language-server support (#2870)Gert-Jan Peeters2023-10-231-0/+26
| | | | | * feat: add stimulus-language-server support * fix(stimulus-language-server): update file_types
* feat: add eLP (new erlang language server) (#2868)Benedikt Reinartz2023-10-201-0/+21
|
* feat: add htmx-lsp support (#2863)Omar Alkersh2023-10-161-0/+24
| | | | | | | | | | | | | | | | * feat: add htmx-lsp support * style: fixing lint issues * fix: calling the binary without the path Assuming the binary is in the user's path * fix: pr reviews Removing extra root dir locations, only using base git dir Setting `single_file_support` option to true * fix: remove unused attribute
* feat(elixirls): update elixirls.lua to work better with umbrella apps (#2866)George GuimarĂ£es2023-10-161-2/+2
|
* feat: add more filetype support on gls servers (#2865)ItsSunnyMonster2023-10-152-2/+2
| | | | | * fix(glsl_analyzer): add other common file types * fix(glslls): add other common file types
* feat(tailwindcss): add `gohtmltmpl` to filetypes (#2862)Dietrich Moerman2023-10-141-0/+1
| | | | This was added to tailwindcss-intellisense in https://github.com/tailwindlabs/tailwindcss-intellisense/pull/473.
* fix(lspconfig): update apex_ls to respect JAVA_HOME (#2860)jim36922023-10-131-1/+1
|
* feat: enable single file support for ruby-lsp (#2858)Zhiming Guo2023-10-121-0/+1
|
* fix(nginx-language-server): update root directory pattern (#2857)Yves Jans2023-10-121-1/+1
|
* feat: add Nginx language server (#2856)Lvim Tech2023-10-121-0/+23
|
* feat: add support for uiua (#2853)Tobias Frilling2023-10-061-0/+31
| | | | | | | * feat: add support for uiua * feat(uiua): change `root_dir` It now includes `main.ua` and `.fmt.ua`
* fix(launch): check buffer is valid before get_name (#2852)Saltaformajo2023-10-041-0/+3
| | | Co-authored-by: coffeebar <corp@dev.null>
* feat: Add circom-lsp (#2848)Gokul2023-10-031-0/+17
| | | * feat: add circom-lsp support
* feat: add coq-lsp (#2850)Jaehwang Jung2023-10-021-0/+17
|
* feat(marksman): enable for `markdown.mdx`L Lllvvuu2023-10-011-1/+1
| | | | | | `marksman` works for MDX files. We don't want to `set ft=markdown`, since there exist tools that don't work for MDX, so we want to keep those separate
* feat: add spyglassmc language server supportDavido2642023-10-011-0/+29
| | | | Spyglass is a language server for minecraft datapacks
* feat: adding aiken lsp supportChristopher Valerio2023-10-011-0/+25
| | | Aiken is a new language for smart contracts.
* feat: add server configuration for glsl_analyzer (#2840)Christofer Nolander2023-10-011-0/+18
| | | | This is a language server for GLSL (OpenGL Shading Language) I have written over the last few weeks.
* feat: add ttags server configuration (#2841)Nick Pezza2023-10-011-0/+17
|
* fix(rust_analyzer): check if file is library on WindowsYura Taras2023-09-301-2/+3
| | | | Make #2645 to work on Windows
* feat: add quarto and rmd filetype to ltex.luaCillian Berragan2023-09-301-1/+1
| | | Since `ltex-ls` release 16.0 Quarto and RMarkdown are now officially supported: https://github.com/valentjn/ltex-ls/releases/tag/16.0.0
* fix(perlls): remove --version argumentDoron Behar2023-09-301-1/+0
| | | | | | | Current version is 2.6.1. It is not needed at all to run the server, and most people have only one version installed at a time. Also updating this argument is tedious every time richterger/Perl-LanguageServer publishes a release.
*