diff options
| author | Julian Berman <Julian@GrayVines.com> | 2021-07-24 06:21:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 21:21:56 -0700 |
| commit | 169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2 (patch) | |
| tree | 62a3e6d3179d6bc40e5c877380a357bc7ef7b50a /lua/lspconfig/leanls.lua | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.gz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.bz2 nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.lz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.xz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.zst nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.zip | |
docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062)
* update language of metals to bring it in line with lean
Diffstat (limited to 'lua/lspconfig/leanls.lua')
| -rw-r--r-- | lua/lspconfig/leanls.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/lspconfig/leanls.lua b/lua/lspconfig/leanls.lua index 625e07ae..ff6656c6 100644 --- a/lua/lspconfig/leanls.lua +++ b/lua/lspconfig/leanls.lua @@ -26,6 +26,10 @@ Lean installation instructions can be found The Lean 4 language server is built-in with a Lean 4 install (and can be manually run with, e.g., `lean --server`). + +Note: that if you're using [lean.nvim](https://github.com/Julian/lean.nvim), +that plugin fully handles the setup of the Lean language server, +and you shouldn't set up `leanls` both with it and `lspconfig`. ]], default_config = { root_dir = [[root_pattern("leanpkg.toml") or root_pattern(".git") or path.dirname]], |
