| 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 |
| | | |||||
| * | docs: correct install command for pug lsp #3926 | G'lek Tarssza | 2025-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | Problem: Installing the pug lsp using the suggested method (`go get github.com/opa-oz/pug-lsp`) does not work in the latest versions of `go` and instead produces a message the "'go get' is no longer supported outside a module". Solution: Change the install command for the pug lsp to the correct command which is `go install github.com/opa-oz/pug-lsp@latest`. | ||||
| * | fix(regression): fix for vim.fs.find regression not returning parent ↵ | Jacob Reed | 2024-12-13 | 1 | -1/+1 |
| | | | | | directory (#3505) | ||||
| * | refactor: deprecate util.find_package_json_ancestor | dundargoc | 2024-12-13 | 1 | -3/+3 |
| | | | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079. | ||||
