aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/leanls.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(leanls) : drop outdated config #4177Y. Ding2025-11-181-45/+0
| | | | | The old file has compatibility issues with the newest version of the `lean.nvim` plugin. The `lean.nvim` plugin now handles language server attachment internally and no longer requires `nvim-lspconfig`. However, for users who still need `nvim-lspconfig` installed (e.g., for other languages), the existing file would shadow the newer one, leading to conflicts. This update directly copies the relevant file from `lean.nvim` to resolve this.
* fix(leanls): migrate to vim.lsp.config #4084Christian Benedict Smit2025-09-221-0/+45
Co-authored-by: Benedict Christian Smit <benedict.smit@tu-dortmund.de>