| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: remove parenthesis from `find_git_ancestor` call (#3166)v0.1.8 | Douglas Massolari | 2024-05-21 | 2 | -2/+2 |
| | | |||||
| * | feat: add daily note commands for markdown-oxide (#3164) | Felix Zeller | 2024-05-20 | 1 | -5/+25 |
| | | | | | | | | | | | | | | * feat: add daily note commands for markdown-oxide * fix: update description * fix: syntax * fix: formatting * fix: formatting * fix: formatting | ||||
| * | docs: update ansiblels homepage url (#3163) | Kartik Vashistha | 2024-05-20 | 1 | -1/+1 |
| | | | | | Updating the homepage for the ansible-language-server to the latest URL, as the currently stated URL points to an archived repository | ||||
| * | feat: add bacon-ls support (#3160) | Matteo Bigoi | 2024-05-18 | 1 | -0/+39 |
| | | | | Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com> | ||||
| * | refactor: move all old get_clients to new compatible (#3159) | glepnir | 2024-05-17 | 7 | -14/+14 |
| | | |||||
| * | fix: use new version as check condition (#3157) | glepnir | 2024-05-17 | 1 | -3/+3 |
| | | |||||
| * | feat: adds next-ls server configuration (#3155) | Seth Messer | 2024-05-17 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | * feat: adds next-ls server configuration * docs: update server_configurations.md skip-checks: true * fix: assumes nextls is installed and on $PATH * docs: update server_configurations.md skip-checks: true * fix: updates root_dir method * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | ||||
| * | refactor: add compatible tbl_flatten and lsp_get_clients for new version ↵ | glepnir | 2024-05-17 | 2 | -5/+15 |
| | | | | | 0.10 (#3154) | ||||
| * | refactor: remove usages of deprecated vim.tbl_add_reverse_lookup (#3156) | Yi Ming | 2024-05-17 | 1 | -10/+10 |
| | | |||||
| * | feat: add bitbake-language-server (#3151) | Frede | 2024-05-16 | 1 | -0/+14 |
| | | | | | | | | | | | | | | * feat: add bitbake-language-server * fix: styling * fix: use find_git_ancestor Co-authored-by: glepnir <glephunter@gmail.com> --------- Co-authored-by: glepnir <glephunter@gmail.com> | ||||
| * | fix(r): change markdown injection in documentation to use lowercase r (#3153) | Colton Donnelly | 2024-05-16 | 1 | -1/+1 |
| | | |||||
| * | docs(ember): update config for ember-language-server due to upstreaming (#3150) | NullVoxPopuli | 2024-05-16 | 1 | -2/+2 |
| | | |||||
| * | feat: add pbls(Protobuf Language Server) (#3148) | Varsh | 2024-05-14 | 1 | -0/+26 |
| | | | | | | * feat: add pbls(Protobuf Language Server) * fix(pbls): remove find_git_ancestor from root_dir | ||||
| * | feat: add shopify theme language-server (#3147) | Slava Maksimov | 2024-05-12 | 1 | -0/+36 |
| | | | | | | * feat: add shopify theme language-server * chore: add server configuration note | ||||
| * | fix(jdtls): update root dir (#2693) | nzlov | 2024-05-08 | 1 | -2/+2 |
| | | | | multi-module projects first. | ||||
| * | feat: add roc-language-server support (#3143) | Joscha Seelig | 2024-05-08 | 1 | -0/+21 |
| | | | | | | | | | | This adds a basic configuration for Roc's built-in language server. So far only go-to-definition, hover, inline diagnostics and formatting is implemented. Co-authored-by: jdsee <jdsee@protonmail.com> | ||||
| * | docs(dockerls): document ignoreMultilineInstructions setting (#3142) | Fabian Holler | 2024-05-07 | 1 | -0/+15 |
| | | | | | | | | | | | | Document how the ignoreMultilineInstructions settings for dockerls can be configured. That the settings key must be "docker" instead of "dockerls" makes it non-intuitive and harder to figure out. Sources: - https://github.com/rcjsuen/dockerfile-language-server?tab=readme-ov-file#language-server-settings - https://github.com/rcjsuen/dockerfile-language-server/blob/9e3f8580f711e54a1de0351631baeac49665d6f3/src/server.ts#L330-L344 | ||||
| * | feat: add motoko-lsp support (#3140) | Martin Sigloch | 2024-05-07 | 1 | -0/+23 |
| | | |||||
| * | feat: add hyprls support (#3137) | Ewen Le Bihan | 2024-05-06 | 1 | -0/+24 |
| | | |||||
| * | fix(elmls): add missing init_options, remove deprecated (#3138) | Hauke Ingwersen | 2024-05-06 | 1 | -1/+4 |
| | | | | Co-authored-by: Hauke Ingwersen <me@hing.dev> | ||||
| * | feat(vale-ls): add LaTeX file type for vale-ls (#3136) | Gustavo Joaquin | 2024-05-05 | 1 | -1/+1 |
| | | | | | feat: add LaTeX file type for vale-ls | ||||
| * | refactor: handle updated signature of lsp.start_client (#3126) | Gregory Anders | 2024-04-26 | 1 | -1/+6 |
| | | | | | | | https://github.com/neovim/neovim/pull/28478 changes the signature of start_client to return two values: client_id or nil and error message or nil. start_client no longer calls vim.notify directly, so if there is an error we must call vim.notify ourselves. | ||||
| * | fix(snyk): add terraform filetypes (#3125) | Peter Benjamin | 2024-04-26 | 1 | -1/+13 |
| | | |||||
| * | docs(nixd): update default root dir description (#3121) | Raphael | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | fix(nixd): remove unnecessary nid.json root pattern (#3120) | Raphael | 2024-04-23 | 1 | -1/+1 |
| | | | | | | | | Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed. Solution: remove .nidx.json Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com> | ||||
| * | fix(markdown_oxide): fix stylint and enable single file mode (#3118) | Raphael | 2024-04-23 | 1 | -1/+2 |
| | | |||||
| * | fix(markdown_oxide): update root_dir and description (#3114) | Felix Zeller | 2024-04-23 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | * fix: root_dir for lspconfig * fix: markdown oxide description * fix: remove unused util * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | ||||
| * | fix(debputy): add more filetypes (#3116) | Jochen Sprickerhof | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | feat: add debputy (#3115) | Jochen Sprickerhof | 2024-04-23 | 1 | -0/+16 |
| | | |||||
| * | feat(ltext): add mail and text as ltex filetypes (#3103) | Stefano Volpe | 2024-04-19 | 1 | -0/+2 |
| | | |||||
| * | fix(snyk_ls): update root_dir & supported filetypes (#3112) | Peter Benjamin | 2024-04-19 | 1 | -2/+3 |
| | | |||||
| * | feat: add earthlyls configuration (#3111) | Gaëtan Lehmann | 2024-04-18 | 1 | -0/+16 |
| | | |||||
| * | fix(gopls): GOMODCACHE is now found in gitbash #3064 | Hendrik Ziegler | 2024-04-15 | 1 | -1/+1 |
| | | | | | | | | | | Probem: Error due to the command being processed as a single string by git bash's bash.exe. Solution: Pass the command and arguments as a list rather than a string. | ||||
| * | fix: gitlab-ci-ls filetype (#3109) | Aleš Brelih | 2024-04-15 | 2 | -6/+6 |
| | | | | | Now it loads on yaml.gitlab. Also added yamlls dependency to the same filetype. | ||||
| * | fix: avoid initialization of optional value journal_file #3107 | Christian Kögler | 2024-04-14 | 1 | -4/+1 |
| | | | | | | | | parameter journal_file is optional: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8 Setting journal_file raises an error in following line: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122 | ||||
| * | fix: rename ruby_ls to ruby_lsp (#3105) | Nithin Bekal | 2024-04-14 | 2 | -0/+4 |
| | | |||||
| * | fix(perlnavigator): Add cmd and installation instructions for perl navigator ↵ | bscan | 2024-04-14 | 1 | -10/+4 |
| | | | | | | | | | | | | (#3106) * Add cmd and installation instructions for perl navigator The prior instructions only included building from source. This includes installation of the perlnavigator from npm and a default command. Should make the perlnavigator simpler to install and configure. * Update perlnavigator.lua Removing excess whitespace | ||||
| * | feat: add starpls support (#3102) | Keith Smiley | 2024-04-11 | 1 | -0/+16 |
| | | | | This is a LSP for bazel https://github.com/withered-magic/starpls | ||||
| * | feat: add agda-language-server (#3100) | Stefano Volpe | 2024-04-11 | 1 | -0/+17 |
| | | | | | | * feat: add agda-language-server * fix(agda_ls): *.agda-lib root pattern | ||||
| * | feat(omnisharp)!: use standard `settings` table for configuration (#3099) | Josef Litoš | 2024-04-09 | 1 | -93/+90 |
| | | |||||
| * | feat: add hlasm support (#3098) | slavek-kucera | 2024-04-09 | 1 | -0/+20 |
| | | |||||
| * | fix(doc): `server_configuration` for `css_variables` (#3097) | AoMe · 青目 | 2024-04-06 | 1 | -2/+0 |
| | | |||||
| * | feat(gitlab_ci_ls): added (#3096) | Aleš Brelih | 2024-04-05 | 1 | -0/+33 |
| | | | | Added support for Gitlab CI language server. | ||||
| * | feat(snyk-ls): enable snyk code by default (#3092) | Yechiel | 2024-04-03 | 1 | -1/+3 |
| | | | | The language server is quite useless without this flag. | ||||
| * | feat: add tsp-server support (#3093) | Hilmar Wiegand | 2024-04-03 | 1 | -0/+24 |
| | | |||||
| * | docs(esbonio): fix broken link to esbonio documentation (#3091) | Ryan Gambord | 2024-03-30 | 1 | -1/+1 |
| | | |||||
| * | fix: revert to not requiring single_file_mode and root_dir check (#3088) | Patricio Serrano | 2024-03-24 | 1 | -2/+1 |
| | | |||||
| * | feat: adds ginko_ls support (#3086) | Seth Gower | 2024-03-22 | 1 | -0/+21 |
| | | |||||
| * | feat: add the new Ruff language server (#3084) | Dhruv Manilawala | 2024-03-22 | 1 | -0/+41 |
| | | |||||
| * | feat(eslint): add support for .cjs, .ts, .mts, .cts config files (#3083) | Ray Guo | 2024-03-20 | 1 | -0/+8 |
| | | |||||
