| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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` | |||||
| * | fix(launch): check buffer is valid before get_name (#2852) | Saltaformajo | 2023-10-04 | 1 | -0/+3 | |
| | | | | Co-authored-by: coffeebar <corp@dev.null> | |||||
| * | feat: Add circom-lsp (#2848) | Gokul | 2023-10-03 | 1 | -0/+17 | |
| | | | | * feat: add circom-lsp support | |||||
| * | feat: add coq-lsp (#2850) | Jaehwang Jung | 2023-10-02 | 1 | -0/+17 | |
| | | ||||||
| * | feat(marksman): enable for `markdown.mdx` | L Lllvvuu | 2023-10-01 | 1 | -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 support | Davido264 | 2023-10-01 | 1 | -0/+29 | |
| | | | | | Spyglass is a language server for minecraft datapacks | |||||
| * | feat: adding aiken lsp support | Christopher Valerio | 2023-10-01 | 1 | -0/+25 | |
| | | | | Aiken is a new language for smart contracts. | |||||
| * | feat: add server configuration for glsl_analyzer (#2840) | Christofer Nolander | 2023-10-01 | 1 | -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 Pezza | 2023-10-01 | 1 | -0/+17 | |
| | | ||||||
| * | fix(rust_analyzer): check if file is library on Windows | Yura Taras | 2023-09-30 | 1 | -2/+3 | |
| | | | | | Make #2645 to work on Windows | |||||
| * | feat: add quarto and rmd filetype to ltex.lua | Cillian Berragan | 2023-09-30 | 1 | -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 argument | Doron Behar | 2023-09-30 | 1 | -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. | |||||
| * | ||||||
