| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(jsonnet_ls): enable single file support for jsonnet_ls (#2922) | Daniel | 2023-12-04 | 1 | -0/+1 |
| | | |||||
| * | fix: remove custom handler (#2920) | Tiago Vilela | 2023-12-01 | 1 | -7/+1 |
| | | |||||
| * | feat: add hydra-lsp (#2919) | Kostiantyn Liepieshov | 2023-11-30 | 1 | -0/+20 |
| | | | | | | * feat: add hydra_lsp * feat(hydra_lsp): single file support | ||||
| * | fix(typos_lsp): use configuration file for root detection #2918 | Micah Halter | 2023-11-28 | 1 | -1/+1 |
| | | |||||
| * | chore(emmet_language_server): remove languages with emmet bundled by their ↵ | José Olórtegui | 2023-11-27 | 1 | -3/+0 |
| | | | | | language server (#2914) | ||||
| * | feat: add typos-lsp server (#2886) | Jonathan Slenders | 2023-11-22 | 1 | -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 Dann | 2023-11-22 | 1 | -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 patterns | Justin M. Keyes | 2023-11-21 | 11 | -66/+27 |
| |\ | |||||
| | * | fix(vtsls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 |
| | | | |||||
| | * | fix(tsserver): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 |
| | | | |||||
| | * | fix(tailwindcss): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+10 |
| | | | |||||
| | * | fix(syntax_tree): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -3/+1 |
| | | | |||||
| | * | fix(omnisharp): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -10/+2 |
| | | | |||||
| | * | fix(kotlin_language_server): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -6/+1 |
| | | | |||||
| | * | fix(hls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -14/+2 |
| | | | |||||
| | * | fix(gradle_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -7/+2 |
| | | | |||||
| | * | fix(gopls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | fix(custom_elements_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 |
| | | | |||||
| | * | fix(cairo_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 |
| | | | |||||
| * | | feat: add support for slangd (#2907) | Stephan Seitz | 2023-11-20 | 1 | -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) | kitterion | 2023-11-19 | 1 | -10/+17 |
| | | |||||
| * | fix: util.root_pattern prioritises pattern order (#2885) | Emilio Ziniades | 2023-11-18 | 1 | -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) | uazm | 2023-11-18 | 1 | -0/+29 |
| | | |||||
| * | fix: remove outdated jdtls progress message handler #2899 | Srinesh Nisala | 2023-11-17 | 1 | -1/+0 |
| | | | | closes #2897 | ||||
| * | feat: enable single file mode for nushell lsp (#2900) | alex-tdrn | 2023-11-17 | 1 | -0/+1 |
| | | |||||
| * | fix: handle exit code on async run command (#2896) | meredith | 2023-11-15 | 1 | -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 Castro | 2023-11-15 | 1 | -0/+9 |
| | | |||||
| * | pylyzer: declare single file support #2894 | rhjdvsgsgks | 2023-11-14 | 1 | -0/+1 |
| | | |||||
| * | feat(facility-language-server): add facility language server (#2892) | Bryan Kenote | 2023-11-14 | 1 | -0/+17 |
| | | |||||
| * | feat: add contextive-language-server support (#2888) | Erik Kinnunen | 2023-11-12 | 1 | -0/+21 |
| | | |||||
| * | feat: add nushell built-in language server support (#2884) | blusk | 2023-11-10 | 1 | -0/+19 |
| | | |||||
| * | feat: add cypher language server (#2883) | Gerrit Meier | 2023-11-10 | 1 | -0/+23 |
| | | |||||
| * | doc(custom-elements-ls): Update filetypes and docs (#2881) | Matsu | 2023-11-09 | 1 | -15/+0 |
| | | |||||
| * | fix: improve root_dir pattern for ast-grep (#2882) | Herrington Darkholme | 2023-11-09 | 1 | -3/+3 |
| | | |||||
| * | feat: add ast-grep language server (#2880) | pseudometa | 2023-11-06 | 1 | -0/+38 |
| | | | | | | * feat: add ast-grep language server * fix: casing of filetypes | ||||
| * | doc(rescriptls): install from npm (#2879) | Pedro Castro | 2023-11-04 | 1 | -29/+6 |
| | | |||||
| * | fix(solidity_ls_nomicfoundation): update installation instructions (#2871) | Francisco | 2023-10-29 | 1 | -1/+1 |
| | | |||||
| * | docs: update deprecated arduino-language-server docs (#2875) | AriaN | 2023-10-26 | 1 | -11/+6 |
| | | |||||
| * | feat(lexical): add support for lexical (#2874) | Tosoa Bacca | 2023-10-26 | 1 | -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 Peeters | 2023-10-23 | 1 | -0/+26 |
| | | | | | | * feat: add stimulus-language-server support * fix(stimulus-language-server): update file_types | ||||
| * | feat: add eLP (new erlang language server) (#2868) | Benedikt Reinartz | 2023-10-20 | 1 | -0/+21 |
| | | |||||
| * | feat: add htmx-lsp support (#2863) | Omar Alkersh | 2023-10-16 | 1 | -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ães | 2023-10-16 | 1 | -2/+2 |
| | | |||||
| * | feat: add more filetype support on gls servers (#2865) | ItsSunnyMonster | 2023-10-15 | 2 | -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 Moerman | 2023-10-14 | 1 | -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) | jim3692 | 2023-10-13 | 1 | -1/+1 |
| | | |||||
| * | feat: enable single file support for ruby-lsp (#2858) | Zhiming Guo | 2023-10-12 | 1 | -0/+1 |
| | | |||||
| * | fix(nginx-language-server): update root directory pattern (#2857) | Yves Jans | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | feat: add Nginx language server (#2856) | Lvim Tech | 2023-10-12 | 1 | -0/+23 |
| | | |||||
| * | feat: add support for uiua (#2853) | Tobias Frilling | 2023-10-06 | 1 | -0/+31 |
| | | | | | | | | * feat: add support for uiua * feat(uiua): change `root_dir` It now includes `main.ua` and `.fmt.ua` | ||||
