| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add basedpyright support (#3078) | Dionisio E Alonso | 2024-03-17 | 1 | -0/+80 | |
| | | ||||||
| * | feat: add mesonlsp (#3076) | Tristan Partin | 2024-03-17 | 1 | -0/+19 | |
| | | | | | mesonlsp is a new language server for Meson by the same author as Swift-MesonLSP. Swift-MesonLSP is no longer developed. | |||||
| * | fix: remove single file support for ast-grep (#3072) | Herrington Darkholme | 2024-03-16 | 1 | -1/+0 | |
| | | | | | | ast-grep requires a project setup like sgconfig.yml. Otherwise it will report an error. This fix removes the single_file_support option. | |||||
| * | feat: add regal (#3071) | Hoang Nguyen | 2024-03-16 | 1 | -0/+28 | |
| | | ||||||
| * | feat: add jinja-lsp (#3069) | benedikt-bartscher | 2024-03-12 | 1 | -0/+28 | |
| | | ||||||
| * | feat: add vacuum support (#3065) | Philipp Heuer | 2024-03-11 | 1 | -0/+28 | |
| | | ||||||
| * | fix(sourcekit): finding root directory (#3066) | Wojciech Kulik | 2024-03-11 | 1 | -2/+8 | |
| | | ||||||
| * | feat: update biome supported filetypes (#3063) | Tristan Yang | 2024-03-10 | 1 | -0/+3 | |
| | | ||||||
| * | fix(biome): add `biome.jsonc` as root pattern (new in biome 1.6) (#3061) | Chris Grieser | 2024-03-10 | 1 | -2/+2 | |
| | | | | https://biomejs.dev/blog/biome-v1-6/#support-for-biomejsonc | |||||
| * | docs(vue): update vue support section (#3060) | Ray Guo | 2024-03-09 | 1 | -2/+8 | |
| | | | | | | | | | | | * docs(vue): update vue support section as johnsoncodehk mentioned here: https://github.com/vuejs/language-tools/issues/3925#issuecomment-1986806306 * chore: fix typo * chore: fix typo | |||||
| * | fix(eslint): support eslint mjs flat config file (#3059) | Marces Engel | 2024-03-08 | 1 | -1/+5 | |
| | | | | | | * fix: support eslint mjs flat config file * fix: styling | |||||
| * | refactor: general cleanup | Lewis Russell | 2024-03-07 | 3 | -22/+35 | |
| | | ||||||
| * | feat: add config for some-sass-language-server (#3057) | Simeon Simeonoff | 2024-03-06 | 1 | -0/+40 | |
| | | ||||||
| * | fix: lexical root directory config (#3055) | Tristan Yang | 2024-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | docs(lua_ls): change suggested setup | abeldekat | 2024-03-05 | 1 | -25/+26 | |
| | | ||||||
| * | feat: add configuration for Tabby ML (#3050) | T. Hinrichsmeyer | 2024-03-05 | 1 | -0/+23 | |
| | | | | | | | | | | | | | * feat: add configuration for Tabby ML * feat: use util.find_git_ancestor for root_dir Co-authored-by: Raphael <glephunter@gmail.com> --------- Co-authored-by: Varac <varac@varac.net> Co-authored-by: Raphael <glephunter@gmail.com> | |||||
| * | fix: allow terraform-ls to start properly (#3051) (#3053) | verygitmuchhub | 2024-03-05 | 1 | -1/+0 | |
| | | | | | | | | | | | | | When setting `init_options' to an empty array terraform-ls fails to start and throws a trace. See [3051](https://github.com/neovim/nvim-lspconfig/issues/3051) for details. Removing `init_options' here is quick solution to make it work again. Co-authored-by: Mark Kusch <kusch@silpion.de> | |||||
| * | docs: update documentation for Volar >= 2.0.0 (#3049) | Hugo | 2024-03-05 | 2 | -1/+37 | |
| | | | | See: https://github.com/vuejs/language-tools/issues/3925 | |||||
| * | fix: update lua types to match latest nightly (#3048) | Carlo Sala | 2024-03-05 | 2 | -7/+7 | |
| | | ||||||
| * | fix(beancount): rename journalFile to journal_file (#3047) | Sharzy | 2024-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | docs: updated documentation for `harper-ls` (#3045) | Elijah Potter | 2024-03-04 | 1 | -2/+14 | |
| | | | | | | * feat: updated documentation for `harper-ls` * fix(style): now aligns with `nvim-lspconfig` style guide | |||||
| * | fix(css_variable_lsp): improve default settings (#3046) | Rogin Farrer | 2024-03-04 | 1 | -0/+40 | |
| | | | | | | | | | | * fix: CSS Variables LSP default settings * fix docs --------- Co-authored-by: Rogin Farrer <rfarrer@wayfair.com> | |||||
| * | fix(css-variables): change - to _ in filename (#3044) | gegoune | 2024-03-03 | 1 | -0/+0 | |
| | | ||||||
| * | feat: add css-variables-language-server (#3042) | Rogin Farrer | 2024-03-03 | 1 | -0/+27 | |
| | | | | Co-authored-by: Rogin Farrer <rfarrer@wayfair.com> | |||||
| * | docs(terraformls): add docs on how to pass settings (#3040) | Wessel Blokzijl | 2024-03-03 | 1 | -0/+6 | |
| | | ||||||
| * | feat: add pico8-ls support (#3041) | Alberto Russo | 2024-03-03 | 1 | -0/+17 | |
| | | ||||||
| * | feat: add markdown-oxide lsp (#3030) | Felix Zeller | 2024-02-29 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add markdown-oxide lsp * fix: style * fix: modify root_dir to include git repos * fix: fix undefined lspconfig error * fix: style * fix: use util Co-authored-by: Raphael <glephunter@gmail.com> * fix: use find git ancestor Co-authored-by: Raphael <glephunter@gmail.com> * Update markdown_oxide.lua Co-authored-by: Raphael <glephunter@gmail.com> --------- Co-authored-by: Raphael <glephunter@gmail.com> | |||||
| * | feat: add delphilsp support (#3034) | St8Razor | 2024-02-29 | 1 | -0/+49 | |
| | | | | | | | | | | * feat: add delphilsp support * fix: move lsp config file change notification to on_attach --------- Co-authored-by: Michael Ribnitski <St8Razor@users.noreply.github.com> | |||||
| * | docs(veryl_ls): update url of verly_ls (#3037) | dalance | 2024-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix(pyright): fix PyrightSetPythonPath command (#3032) | neolooong | 2024-02-27 | 1 | -1/+5 | |
| | | ||||||
| * | fix(rust_analyzer): declare single file support (#3028) | rhjdvsgsgks | 2024-02-25 | 1 | -0/+1 | |
| | | ||||||
| * | docs(lua_ls): add comment about additional libraries (#3029) | Maria José Solano | 2024-02-25 | 1 | -0/+2 | |
| | | ||||||
| * | fix(bqnlsp): do not override user provided `cmd_env` (#3026) | BarrOff | 2024-02-25 | 1 | -6/+8 | |
| | | ||||||
| * | fix: let core handle 'workspace/didChangeConfiguration' after init (#3023) | Maria José Solano | 2024-02-24 | 2 | -5/+0 | |
| | | ||||||
| * | feat: add bqnlsp support (#3024) | BarrOff | 2024-02-24 | 1 | -0/+43 | |
| | | | | | | * feat: add bqnlsp support * chore(bqnlsp): fix typo in documentation comment | |||||
| * | fix(purescript-language-server): add 'spago.yaml' to the list of ↵ | klausweiss | 2024-02-23 | 1 | -2/+9 | |
| | | | | | root_patterns (#3022) | |||||
| * | fix: rename twig-language-server to twiggy-language-server (#3021) | Frederik Buchlák | 2024-02-22 | 1 | -0/+0 | |
| | | ||||||
| * | fix: twig-language-server cmd (#3019) | Frederik Buchlák | 2024-02-22 | 1 | -2/+4 | |
| | | | | | | * fix: twig-language-server cmd * revert docs change | |||||
| * | feat: add gdshader-lsp support (#3018) | GodOfAvacyn | 2024-02-21 | 1 | -0/+16 | |
| | | ||||||
| * | fix(ocaml): trigger by filetype, not language id (#3016) | dkm | 2024-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | fix(typos_lsp): update repository url (#3012) | Sergey Alexandrov | 2024-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | feat(solidity_ls)!: switch to first-party npm package (#3011) | L | 2024-02-15 | 1 | -9/+21 | |
| | | | | | | | | | | | The unofficial npm package was only uploaded once, two years ago: https://www.npmjs.com/package/solidity-language-server There is now a first-party package: https://github.com/juanfranblanco/vscode-solidity/issues/432#issuecomment-1943584107 https://www.npmjs.com/package/vscode-solidity-server | |||||
| * | fix(quick_lint_js): enable for typescript (#3010) | pseudometa | 2024-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | feat(docker-compse-lsp): add more filetype into docker compse server(#3008) | Cézar Augusto | 2024-02-13 | 1 | -2/+2 | |
| | | | | | | Update the root patterns according to the compose spec. Source: https://github.com/compose-spec/compose-spec/blob/master/03-compose-file.md | |||||
| * | fix(denols): add new deno.cache request implmention (#3007) | Hibiki | 2024-02-13 | 1 | -18/+9 | |
| | | | | | | * fix: Follow latest denols implmention * fix: Query clients with bufnr | |||||
| * | fix(texlab): search for default texlab root files (#3005) | Steven Jin | 2024-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fennel-ls): allow utf-8 offsetEncoding (#3002) | XeroOl | 2024-02-10 | 1 | -0/+4 | |
| | | | | | | The `fennel-ls` server can support `utf-8` offsetEncoding now, and it is preferred, as both neovim and fennel-ls use UTF-8 text encoding natively. | |||||
| * | feat: add harper_ls support (#3001) | Elijah Potter | 2024-02-09 | 1 | -0/+36 | |
| | | | | | | | | | | | | * feat: added `harper_ls` support * fix(unused parameter): removed settings parameter from `harper_ls` config Co-authored-by: Raphael <glephunter@gmail.com> --------- Co-authored-by: Raphael <glephunter@gmail.com> | |||||
| * | feat: added koka language server support (#3000) | Alec Davis | 2024-02-07 | 1 | -0/+36 | |
| | | | | Co-authored-by: ki11errabbit <ki11errabbit@posteo.net> | |||||
| * | fix: enforce single file mode check when root_dir differs from client (#2998) | Patricio Serrano | 2024-02-06 | 1 | -1/+2 | |
| | | | | fixes issue [#2959](https://github.com/neovim/nvim-lspconfig/issues/2959#issue-2068768094) | |||||
