| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: added recommended default settings for fsautocomplete (#3208) | gbtb | 2024-06-20 | 1 | -0/+21 | |
| | | ||||||
| * | feat: add django-template-lsp support (#3203) | Ruben Hesselink | 2024-06-14 | 1 | -0/+17 | |
| | | ||||||
| * | feat(bitbake): add language-server-bitbake support (#3199) | Anakin Childerhose | 2024-06-10 | 1 | -0/+27 | |
| | | | | | Add default config for `language-server-bitbake`, the Yocto Project's official language server for bit bake. | |||||
| * | fix(slint-lsp): set root dir to git ancestor (#3194) | Tmpod | 2024-06-06 | 1 | -0/+3 | |
| | | | | | Without this, the LSP doesn't resolve imports properly, at least on recent versions. | |||||
| * | feat(biome): add `css` as filetype (#3196) | Chris Grieser | 2024-06-06 | 1 | -0/+1 | |
| | | | | | The latest biome release added support for css files: https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0 | |||||
| * | fix(sourcekit-lsp): use git as last resort for sourcekit-lsp. (#3192) | Gonzalo | 2024-06-05 | 1 | -2/+2 | |
| | | | | | | * fix(sourcekit-lsp): use git as last resort for sourcekit-lsp * fix: updated documentation for sourcekit-lsp as well | |||||
| * | feat: add fish-lsp support (#3188) | Fabio Coatti | 2024-06-02 | 1 | -0/+26 | |
| | | ||||||
| * | fix: avoid overriding global default capabilities (#3181) | Francisco | 2024-06-01 | 4 | -21/+19 | |
| | | ||||||
| * | fix(eslint): useFlatConfig revert to experimental (#3184) | Saiful Islam | 2024-05-31 | 1 | -2/+4 | |
| | | ||||||
| * | fix(eslint): useFlatConfig is not experimental anymore (#3183) | Saiful Islam | 2024-05-30 | 1 | -4/+2 | |
| | | | | | As [Support for the new ESLint flat config files has improved](https://github.com/microsoft/vscode-eslint?tab=readme-ov-file#version-305---pre-release) | |||||
| * | fix(tsserver): update root directory order (#3180) | Danila Mihailov | 2024-05-28 | 1 | -2/+2 | |
| | | | | Fix #3179 | |||||
| * | feat(msbuild): add msbuild language tools server (#3176) | JD | 2024-05-27 | 1 | -0/+30 | |
| | | | | | | | | | | | | * feat(msbuild): add msbuild language tools server * fix: add cmd in * fix: int --------- Co-authored-by: JD Rudie <j.rudie@draftkings.com> | |||||
| * | fix(util): check neovim nightly 0.11 version (#3173) | glepnir | 2024-05-23 | 1 | -3/+3 | |
| | | ||||||
| * | feat(luau-lsp): add single file support (#3168) | Lopy | 2024-05-22 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
