aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/elp.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-24 09:27:23 -0700
committerGitHub <noreply@github.com>2024-10-24 09:27:23 -0700
commite61da1eae59d9f4c6cdb076bdb73e7572f49c069 (patch)
treec880556de9a9969b645226fe1250a0d40c868a05 /lua/lspconfig/configs/elp.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.gz
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.bz2
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.lz
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.xz
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.zst
nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.zip
refactor(docs): drop redundant default_config #3397
Problem: default_config duplicated in `docs` items. Solution: delete it. docgen autogenerates this now.
Diffstat (limited to 'lua/lspconfig/configs/elp.lua')
-rw-r--r--lua/lspconfig/configs/elp.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/elp.lua b/lua/lspconfig/configs/elp.lua
index 00678a5d..88a117e4 100644
--- a/lua/lspconfig/configs/elp.lua
+++ b/lua/lspconfig/configs/elp.lua
@@ -14,8 +14,5 @@ https://whatsapp.github.io/erlang-language-platform
ELP integrates Erlang into modern IDEs via the language server protocol and was
inspired by rust-analyzer.
]],
- default_config = {
- root_dir = [[root_pattern('rebar.config', 'erlang.mk', '.git')]],
- },
},
}