diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 09:27:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 09:27:23 -0700 |
| commit | e61da1eae59d9f4c6cdb076bdb73e7572f49c069 (patch) | |
| tree | c880556de9a9969b645226fe1250a0d40c868a05 /lua/lspconfig/configs/elixirls.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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/elixirls.lua')
| -rw-r--r-- | lua/lspconfig/configs/elixirls.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/elixirls.lua b/lua/lspconfig/configs/elixirls.lua index 3172f6a8..b79e09fa 100644 --- a/lua/lspconfig/configs/elixirls.lua +++ b/lua/lspconfig/configs/elixirls.lua @@ -37,8 +37,5 @@ require'lspconfig'.elixirls.setup{ 'root_dir' is chosen like this: if two or more directories containing `mix.exs` were found when searching directories upward, the second one (higher up) is chosen, with the assumption that it is the root of an umbrella app. Otherwise the directory containing the single mix.exs that was found is chosen. ]], - default_config = { - root_dir = '{{see description above}}', - }, }, } |
