From 5fd8b5608121d29919830e42a00ccddd9f31dadd Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 24 Oct 2024 09:36:22 -0700 Subject: refactor(docs): drop redundant default_config #3398 Problem: default_config duplicated in `docs` items. Solution: delete it. docgen autogenerates this now. --- lua/lspconfig/configs/rust_analyzer.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/lspconfig/configs/rust_analyzer.lua') diff --git a/lua/lspconfig/configs/rust_analyzer.lua b/lua/lspconfig/configs/rust_analyzer.lua index 13a36207..a8f11208 100644 --- a/lua/lspconfig/configs/rust_analyzer.lua +++ b/lua/lspconfig/configs/rust_analyzer.lua @@ -115,8 +115,5 @@ require'lspconfig'.rust_analyzer.setup{ Note: do not set `init_options` for this LS config, it will be automatically populated by the contents of settings["rust-analyzer"] per https://github.com/rust-lang/rust-analyzer/blob/eb5da56d839ae0a9e9f50774fa3eb78eb0964550/docs/dev/lsp-extensions.md?plain=1#L26. ]], - default_config = { - root_dir = [[root_pattern("Cargo.toml", "rust-project.json")]], - }, }, } -- cgit v1.2.3-70-g09d2