aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* fix(texlab): don't overly prioritize .latexmkrcJaehwang Jung2023-09-301-3/+1
| | | | | $HOME/.latexmkrc is per-user config, so it shouldn't be prioritized over closer directory containing .git.
* chore(eslint): deprecate packageManager setting (#2839)Zephyr Lykos2023-09-301-1/+1
| | | https://github.com/microsoft/vscode-eslint/pull/1646
* fix(qmlls): update qmlls.lua filetypes (#2838)Lucas Biaggi2023-09-301-1/+1
|
* fix: correct mutt_ls file types (#2836)Ricardo Marliere2023-09-291-1/+1
|
* fix(robotframework_ls): update root directory pattern (#2789)Sampo Rapeli2023-09-281-2/+4
|
* feat: add mutt-language-server support (#2834)Ricardo Marliere2023-09-281-0/+25
|
* feat: add templ support (#2830)Rene Zbinden2023-09-251-0/+21
|
* feat(solidity_ls_nomicfoundation): add single_file_support and supported ↵LW2023-09-231-2/+17
| | | | | frameworks (#2724) All are supported according to the LSP's documentation.
* fix: remove usages of private (now deprecated) functions (#2822)Gregory Anders2023-09-201-3/+0
| | | | | Functions prefixed with _ should not be used, as they have no stability guarantees from Nvim and can be removed at anytime with no warning or replacement. _trim was such a function that was recently removed.
* fix(LspInfo): error if root_dir is nil #2813Saltaformajo2023-09-181-1/+1
| | | fix #2811
* feat(denols): enable import completion from registries #2793sigmaSd2023-09-151-3/+13
|
* fix(gopls): prioritise go.work at root_dirMarcus Caisey2023-09-131-1/+1
|
* fix(ccls): add cuda filetype support (#2806)charles chetty2023-09-121-1/+1
| | | Co-authored-by: charleschetty <cfunction@foxmamil.com>
* feat: add `mojo` language server (#2804)LW2023-09-121-0/+22
| | | fixes: #2799
* fix(docker_compose): constrain filetype pattern #2772Rick Bowen2023-09-111-1/+1
| | | | | | | | | | | | | | | The current configuration for `docker_compose_language_server` causes any/all YAML files to trigger loading of the docker-compose language server. This PR replaces the default configuration FileType `yaml` with the very common (sub?) FileType `yaml.docker-compose`. I believe the original _intention_ was to have all Docker-Compose files be recognized and have features as a FileType of `YAML`, but in reality the _inverse_ was configured (all YAML files are assumed to be Docker-Compose files). The `yaml.docker-compose` filetype is well recognized, even in `nvim-lspconfig`: - [lua/lspconfig/server_configurations/yamlls.lua](https://github.com/neovim/nvim-lspconfig/blob/67f151e84daddc86cc65f5d935e592f76b9f4496/lua/lspconfig/server_configurations/yamlls.lua#L6) - [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot/blob/bc8a81d3592dab86334f27d1d43c080ebf680d42/autoload/polyglot/sleuth.vim#L629) More `yaml.docker-compose` Lua & VimScript examples: https://github.com/search?q=language%3Alua+OR+language%3A%22Vim+Script%22+%22yaml.docker-compose%22&type=code&ref=advsearch
* fix(pyright): change diagnosticMode to openFilesOnly #2783Phúc H. Lê Khắc2023-09-111-1/+1
| | | | When you go to definition of a library function, pyright will analyze the entire packages to report diagnostic information. This is extremely slow and heavy https://www.reddit.com/r/neovim/comments/135fqp9/why_is_pyright_constantly_analyzing_files_it/ Switch to the default value, similar to in VSCode.
* fix(jedi): .git/ can decide root dir #2780Phúc H. Lê Khắc2023-09-111-0/+1
|
* feat(php): look for phpactor files #2774Bartek Jaskulski2023-09-111-1/+1
| | | | | Based on presence of phpactor-specific configuration files, allow client to attach, even if we are not inside a composer package or a git repository. Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
* feat: add `biome` (`rome` successor) (#2790)pseudometa2023-09-092-0/+38
| | | | | | | | | * feat: add `biome` (`rome` successor) * fix: add jsonc support for biome biome recently added support for jsonc https://biomejs.dev/blog/biome-v1#jsonc-support-and-comments * fix: leftover reference to `rome`
* feat: update lua_ls settingsLewis Russell2023-09-061-15/+18
| | | | Fixes #2791
* feat: add mdx-analyzer support (#2784)Mikey2023-08-261-0/+19
|