diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2022-04-09 22:13:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 22:13:08 -0700 |
| commit | b747b20caea209354114f5e2566027df8ddba767 (patch) | |
| tree | e1a1f01d8c1e20547460b47d2bb4dc06448522b5 /lua/lspconfig/server_configurations/lean3ls.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar.gz nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar.bz2 nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar.lz nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar.xz nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.tar.zst nvim-lspconfig-b747b20caea209354114f5e2566027df8ddba767.zip | |
docs: remove outdated root pattern references (#1828)
Diffstat (limited to 'lua/lspconfig/server_configurations/lean3ls.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/lean3ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/lean3ls.lua b/lua/lspconfig/server_configurations/lean3ls.lua index 64091972..b35a6932 100644 --- a/lua/lspconfig/server_configurations/lean3ls.lua +++ b/lua/lspconfig/server_configurations/lean3ls.lua @@ -48,7 +48,7 @@ that plugin fully handles the setup of the Lean language server, and you shouldn't set up `lean3ls` both with it and `lspconfig`. ]], default_config = { - root_dir = [[root_pattern("leanpkg.toml") or root_pattern(".git") or path.dirname]], + root_dir = [[root_pattern("leanpkg.toml") or root_pattern(".git")]], }, }, } |
