| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(angularls): handle nil #3594 | Ahmad bin Marakkar | 2025-01-29 | 1 | -0/+4 |
| | | | | | | | | Problem: Warning message while opening a directory without node_modules. Solution: Handle nil. | ||||
| * | fix(angularls): pass --angularCoreVersion for backwards compatibility #3592 | Tulio Brunoro | 2025-01-28 | 1 | -0/+25 |
| | | |||||
| * | revert: "refactor!: make available_servers function private" #3589 | dundargoc | 2025-01-27 | 2 | -2/+3 |
| | | | | | | | | | This reverts commit e118ce58dab72c17216292eef7df4cee3cf60885. It turns out `util.available_servers` is used more than anticipated, so we revert the privatization for the time being. Closes https://github.com/neovim/nvim-lspconfig/issues/3588 | ||||
| * | feat: oxc-language-server #3586 | Marek Vospel | 2025-01-27 | 1 | -0/+30 |
| | | |||||
| * | fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP ↵ | krovuxdev | 2025-01-26 | 2 | -2/+2 |
| | | | | | | | | initialization (#3585) * fix(astro): correct path to locate typescript/lib in Neovim * fix(volar): correct path to locate typescript/lib in Neovim | ||||
| * | fix: remove validation from configs.lua | dundargoc | 2025-01-23 | 1 | -40/+2 |
| | | | | | | | | | | | | This is because using the old syntax for vim.validate causes `:checkhealth vim.deprecated` to be flooded with deprecated messages. It would also be possible to do a version check and use the newer syntax for vim.validate, but since configs.lua will be replaced by vim.lsp.config in the future there is little need to future-proof it. Closes https://github.com/neovim/nvim-lspconfig/issues/3583. | ||||
| * | fix(gh_actions_ls): fix incorrect rootdir resolution | Crashdummy | 2025-01-23 | 1 | -5/+15 |
| | | |||||
| * | fix: fix incorrect root findingv1.4.0 | dundargoc | 2025-01-22 | 5 | -5/+5 |
| | | |||||
| * | docs: fix typo | dundargoc | 2025-01-22 | 1 | -2/+2 |
| | | |||||
| * | refactor: silence luals warnings | dundargoc | 2025-01-22 | 1 | -0/+5 |
| | | |||||
| * | docs: use a maintained fork for `kubernetes-json-schema` in the example (#3572) | Ferenc Géczi | 2025-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | The `instrumenta/kubernetes-json-schema` repo is apparently dead: https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568 And nobody has the credentials anymore to archive it: https://github.com/instrumenta/kubeval/issues/268#issuecomment-1376490498 The recommended migration from instrumenta is to https://github.com/yannh/kubeconform, see (https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568) and the recommended `kubernetes-json-schema` fork is also from the same new maintainer: https://github.com/yannh/kubernetes-json-schema/ Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> | ||||
| * | refactor!: make available_servers function private | dundargoc | 2025-01-21 | 2 | -2/+2 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | feat(gh_actions_ls): recognize .forgejo, .gitea as root_dir #3566 | Crashdummy | 2025-01-20 | 1 | -2/+10 |
| | | |||||
| * | refactor: comment util.path.is_descendant to prepare deperecation in future | dundargoc | 2025-01-19 | 1 | -53/+47 |
| | | | | | | | | | We don't deprecate it currently as the suggested replacement (vim.fs.relpath) isn't available on the minimum supported neovim version. Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | feat(asm_lsp): add NASM config support and single_file support (#3565) | IguanaCucumber | 2025-01-18 | 1 | -2/+3 |
| | | | | | | | | | | * feat(asm_lsp): add NASM support and single_file support * fix(asm_lsp): use vim.fs.dirname instead of util.root_pattern --------- Co-authored-by: iguanacucumber <you@example.com> | ||||
| * | docs(alloy_ls): include tips for setting filetype on *.als files (#3561) | Denis Kasak | 2025-01-14 | 1 | -0/+18 |
| | | |||||
| * | feat: add alloy language server (#3560) | Denis Kasak | 2025-01-14 | 1 | -0/+17 |
| | | |||||
| * | feat: add typst to the list of languages harper supports (#3533) | Grant Lemons | 2025-01-14 | 1 | -0/+1 |
| | | |||||
| * | fix(gh_actions_ls): correctly call util.root_pattern | Mitchell Hanberg | 2025-01-13 | 1 | -1/+1 |
| | | | | I believe this is another case of #3513 | ||||
| * | feat(gh_actions_ls): use `root_dir` to decide enablement #3558 | Chris Grieser | 2025-01-13 | 1 | -13/+12 |
| | | | | | | This saves the user the extra setup work of copypasting the `vim.filetype.add` snippet, making this language server work out of the box. | ||||
| * | feat: gh-actions-language-server #3551 | Salomon Popp | 2025-01-13 | 1 | -0/+40 |
| | | |||||
| * | feat: lua 3rd party language servers #3553 | Anton Kastritskii | 2025-01-12 | 2 | -0/+32 |
| | | |||||
| * | fix(clojure_lsp): adds single_file_support for clojure #3547 | Guilherme Felipe de C. G. da Silva | 2025-01-08 | 1 | -0/+1 |
| | | | | This allow navigation within dependecies | ||||
| * | fix(powershell_es): root pattern #3543 | sharpchen | 2025-01-05 | 1 | -3/+2 |
| | | |||||
| * | fix(msbuild): root patterns #3542 | sharpchen | 2025-01-05 | 1 | -3/+2 |
| | | | | https://github.com/tintoy/msbuild-project-tools-vscode?tab=readme-ov-file#file-extensions | ||||
| * | feat: atlas language server (#3539) | mineo | 2025-01-05 | 1 | -0/+54 |
| | | | | | | | | | | * feat: atlas added autocmd add stdio option * docs: added vim.filetype.add pattern | ||||
| * | feat: update Harper supported languages #3534 | Grant Lemons | 2025-01-04 | 1 | -0/+2 |
| | | |||||
| * | docs(ruby_lsp): remove instructions for adding ruby-lsp to Gemfile (#3540) | Adam Daniels | 2025-01-03 | 1 | -3/+1 |
| | | | | | The best practice is to have the gem installed globally, and then ruby-lsp will set up it's own Gemfile and manage it's own version. | ||||
| * | fix(clangd): fix switchSourceHeader detection (#3538) | Václav Kubernát | 2025-01-02 | 1 | -1/+1 |
| | | | | | The previous patch to this file (88c4c042e1e59f992e4c7aff3531033047b3aa9c) changed the string to 'ccls' (possibly by copy-paste error). | ||||
| * | refactor(clangd): imporve switchsourceheader handler (#3537) | glepnir | 2025-01-02 | 2 | -17/+18 |
| | | |||||
| * | fix(ccls): typo on request method (#3536) | glepnir | 2025-01-02 | 1 | -1/+1 |
| | | | | | | Problem: method prefix is textDocument Solution: make d to upper | ||||
| * | feat(ccls): add CclsSwitchSourceHeader (#3535) | Fangrui Song | 2025-01-02 | 1 | -0/+27 |
| | | | | | | | | | | | * feat(ccls): add CclsSwitchSourceHeader ccls 0.20241108 has added support for the extension from clangd. --------- Co-authored-by: glepnir <glephunter@gmail.com> | ||||
| * | feat: add cue language server (#3529) | J. Emiliano Deustua | 2024-12-29 | 1 | -0/+19 |
| | | | | | | | | | * feat: cue language server --------- Co-authored-by: glepnir <glephunter@gmail.com> | ||||
| * | fix: add `build.gradle.kts` for java language server (#3528) | Enaium | 2024-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix(mdx-analyzer): get dirname of vim.fs.find result (#3527) | MuntasirSZN2 | 2024-12-25 | 1 | -2/+2 |
| | | | | * fix: project root variable and root filetype | ||||
| * | refactor!: remove public interface of util.path.traverse_parents | dundargoc | 2024-12-23 | 1 | -1/+0 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | feat: autohotkey_lsp #3408 | Tom | 2024-12-22 | 1 | -0/+56 |
| | | |||||
| * | refactor: deprecate util.path.iterate_parents | dundargoc | 2024-12-22 | 1 | -19/+4 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: deprecate util.path.path_separator | dundargoc | 2024-12-21 | 3 | -5/+5 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: deprecate util.path.join | dundargoc | 2024-12-21 | 18 | -49/+45 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: fix luals warningsv1.2.0 | dundargoc | 2024-12-19 | 1 | -12/+19 |
| | | |||||
| * | feat(msbuild): config instruction for filetypes (#3516) | Rui Chen | 2024-12-17 | 1 | -3/+23 |
| | | |||||
| * | fix(ruff, ruff_lsp, crystalline, janet_lsp): returning a function from root ↵ | apostoli | 2024-12-15 | 4 | -4/+5 |
| | | | | | | | | pattern (#3513) * fix(ruff, ruff_lsp): error returning the function returned by util.root_pattern on lsp start * fix(crystalline, janet_lsp): invoke function returned by root pattern | ||||
| * | refactor!: remove util.path.is_absolute | dundargoc | 2024-12-14 | 1 | -11/+0 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor!: remove util.path.escape_wildcards | dundargoc | 2024-12-14 | 1 | -6/+5 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: deprecate util.find_git_ancestor | dundargoc | 2024-12-14 | 154 | -372/+400 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | docs: how to get package.json parent dir #3506 | Guilherme Soares | 2024-12-13 | 1 | -3/+3 |
| | | |||||
| * | fix(regression): fix for vim.fs.find regression not returning parent ↵ | Jacob Reed | 2024-12-13 | 5 | -12/+11 |
| | | | | | directory (#3505) | ||||
| * | refactor: deprecate util.find_package_json_ancestor | dundargoc | 2024-12-13 | 5 | -18/+14 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | fix(tinymist): fallback to single file in some case (#3501) | Yaksis | 2024-12-12 | 1 | -1/+1 |
| | | | | | When the `root_dir` is null, tinymist should still runs to give a baseline usage. | ||||
