diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 09:36:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 09:36:22 -0700 |
| commit | 5fd8b5608121d29919830e42a00ccddd9f31dadd (patch) | |
| tree | 57760ca88941d16003f4950da29e4d54961dda58 /lua/lspconfig/configs/metals.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.gz nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.bz2 nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.lz nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.xz nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.zst nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.zip | |
refactor(docs): drop redundant default_config #3398
Problem:
default_config duplicated in `docs` items.
Solution:
delete it. docgen autogenerates this now.
Diffstat (limited to 'lua/lspconfig/configs/metals.lua')
| -rw-r--r-- | lua/lspconfig/configs/metals.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/metals.lua b/lua/lspconfig/configs/metals.lua index 1242f51b..e68fb378 100644 --- a/lua/lspconfig/configs/metals.lua +++ b/lua/lspconfig/configs/metals.lua @@ -33,8 +33,5 @@ Note: that if you're using [nvim-metals](https://github.com/scalameta/nvim-metal To install Metals, make sure to have [coursier](https://get-coursier.io/docs/cli-installation) installed, and once you do you can install the latest Metals with `cs install metals`. ]], - default_config = { - root_dir = [[util.root_pattern("build.sbt", "build.sc", "build.gradle", "pom.xml")]], - }, }, } |
