| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: add deprecation notice to lua/lspconfig/configs #4189 | Justin M. Keyes | 2025-11-15 | 1 | -0/+7 |
| | | |||||
| * | refactor: replace vim.loop with vim.uv #3703v2.0.0 | Chris Bandy | 2025-04-10 | 1 | -1/+1 |
| | | | | | | | The former is deprecated in neovim 0.10. Remove the check added in 9b89ba5f158f73779cd58d0bb2783dfb40b28b0e. See: https://github.com/neovim/neovim/blob/v0.10.0/runtime/doc/deprecated.txt#L55 | ||||
| * | refactor: deprecate util.find_git_ancestor | dundargoc | 2024-12-14 | 1 | -1/+2 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
| * | refactor: replace all instances of vim.uv with vim.loop | dundargoc | 2024-12-02 | 1 | -1/+1 |
| | | | | | | 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(julials): inverted `assert` check #3333 | Micah Halter | 2024-10-01 | 1 | -1/+1 |
| | | |||||
