aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(jsonnet_ls): enable single file support for jsonnet_ls (#2922)Daniel2023-12-041-0/+1
|
* fix: remove custom handler (#2920)Tiago Vilela2023-12-011-7/+1
|
* feat: add hydra-lsp (#2919)Kostiantyn Liepieshov2023-11-301-0/+20
| | | | | * feat: add hydra_lsp * feat(hydra_lsp): single file support
* fix(typos_lsp): use configuration file for root detection #2918Micah Halter2023-11-281-1/+1
|
* chore(emmet_language_server): remove languages with emmet bundled by their ↵José Olórtegui2023-11-271-3/+0
| | | | language server (#2914)
* feat: add typos-lsp server (#2886)Jonathan Slenders2023-11-221-0/+21
| | | | | | | | | | | | | * feat: add typos-lsp server configuration * fixup! * fixup! * fixup! --------- Co-authored-by: Raphael <glephunter@gmail.com>
* fix(elixirls): root_dir priority: mix.exs > .git (#2910)Paul Gideon Dann2023-11-221-1/+1
| | | | | If we're in a subdirectory of a git repo, and that subdirectory contains a mix.exs file, it makes sense to assume the subdirectory is the project root, rather than the git repo root.
* Merge #2906 cleanup root patternsJustin M. Keyes2023-11-2111-66/+27
|\
| * fix(vtsls): update root_dirEmilio Ziniades2023-11-191-5/+2
| |
| * fix(tsserver): update root_dirEmilio Ziniades2023-11-191-5/+2
| |
| * fix(tailwindcss): update root_dirEmilio Ziniades2023-11-191-5/+10
| |
| * fix(syntax_tree): update root_dirEmilio Ziniades2023-11-191-3/+1
| |
| * fix(omnisharp): update root_dirEmilio Ziniades2023-11-191-10/+2
| |
| * 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`