| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | fix(kotlin_language_server): wrong cmd on Windows #3500 | Kevin Nitro | 2024-12-11 | 1 | -3/+0 |
| | | | | fix #3499 | ||||
| * | docs(volar): fix dead links and remove outdated content (#3498) | Fabien | 2024-12-10 | 1 | -44/+38 |
| | | | | | | * docs(volar): refine Typescript SDK path lookup process * docs(volar): fix dead links and improve clarity | ||||
| * | fix(volar & astro): remove duplicate node_modules (#3497) | 汐 | 2024-12-09 | 2 | -2/+2 |
| | | | | fix #3496 | ||||
| * | refactor: remove outdated code | dundargoc | 2024-12-08 | 2 | -6/+2 |
| | | | | | | Lspconfig requires neovim version 0.9 at the time of writing this, so discard any version checks and code for older versions. | ||||
| * | refactor: deprecate util.find_node_modules_ancestor | dundargoc | 2024-12-08 | 9 | -18/+16 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | feat: ltex-ls-plus #3442 | Stefano Volpe | 2024-12-07 | 1 | -0/+93 |
| | | |||||
| * | Revert "refactor: use simpler file existence check" #3495 | Justin M. Keyes | 2024-12-06 | 3 | -6/+6 |
| | | | | | | This reverts commit 90c1c6cc822b1836209514c096069b9bbeab63d9. Fix #3485 | ||||
| * | fix(typst_lsp): deprecate typst_lsp to tinymist (#3493) | glepnir | 2024-12-05 | 1 | -0/+4 |
| | | | | | | | | Problem: typst_lsp has been archived. Solution: use tinymist instead Fix #3492 | ||||
| * | fix(types): lspconfig.Config commands (#3490) | andrew snelling | 2024-12-04 | 1 | -0/+3 |
| | | |||||
| * | docs: broken elixir-ls URL #3489 | Justin M. Keyes | 2024-12-02 | 1 | -6/+7 |
| | | | | fix #3488 | ||||
| * | refactor: replace all instances of vim.uv with vim.loop | dundargoc | 2024-12-02 | 16 | -26/+23 |
| | | | | | | We still support neovim 0.9 currently, so we can't use vim.uv. Also add a check so we don't accidentally reintroduce it. | ||||
| * | fix(statix): use correct cmd (#3487) | uncenter | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | fix(fennel-ls): enable single_file_support #3417 | Emma | 2024-12-01 | 1 | -0/+1 |
| | | |||||
| * | refactor: use simpler file existence check | dundargoc | 2024-12-01 | 3 | -6/+6 |
| | | | | | | The vimscript function `getftype` is an easier way to check for file existence compared to vim.uv. | ||||
| * | fix: return string instead of table for find_mercurial_ancestor | dundargoc | 2024-11-30 | 1 | -2/+2 |
| | | |||||
| * | refactor: deprecate util.find_mercurial_ancestor | dundargoc | 2024-11-29 | 1 | -9/+5 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: deprecate util.path.is_dir #3475 | dundargoc | 2024-11-28 | 2 | -12/+11 |
| | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079 | ||||
| * | refactor: deprecate util.path.is_file #3474 | dundargoc | 2024-11-28 | 3 | -12/+14 |
| | | |||||
| * | fix: bashls add bash filetype (#3457) | King Art | 2024-11-28 | 1 | -1/+1 |
| | | |||||
| * | refactor: deprecate `util.path.exists` | dundargoc | 2024-11-27 | 6 | -19/+23 |
| | | | | | | | Use `vim.uv.fs_stat` instead. Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: group deprecated functions at the end | dundargoc | 2024-11-27 | 1 | -12/+6 |
| | | | | | This makes it easier to assess how much functionality still needs to be deprecated. | ||||
| * | fix: using method string instead constant (#3468) | glepnir | 2024-11-27 | 1 | -1/+1 |
| | | | | Using method string instead constant avoid nil error in low release version | ||||
| * | refactor: remove internal implementation of `util.path.sanitize` #3464 | dundargoc | 2024-11-26 | 7 | -17/+12 |
| | | | | Return value from `vim.fs.normalize` instead. | ||||
| * | ci: check for deprecated util functions #3462 | Justin M. Keyes | 2024-11-26 | 1 | -3/+1 |
| | | |||||
