From 7d1f959f671b3748e24982a82d0fac063dc79a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 8 Feb 2024 01:15:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20use=20default=20set?= =?UTF-8?q?tings=20table=20on=20rustaceanvim=20to=20allow=20overwriting=20?= =?UTF-8?q?options=20with=20a=20config=20file=20in=20the=20projects=20root?= =?UTF-8?q?=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/lang/rust-extended.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/lang/rust-extended.lua b/.config/nvim/lua/plugins/extras/lang/rust-extended.lua index 3da26f26..19cead6e 100644 --- a/.config/nvim/lua/plugins/extras/lang/rust-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/rust-extended.lua @@ -19,7 +19,7 @@ return { ["dr"] = { function() vim.cmd.RustLsp("debuggables") end, "Rust debuggables" }, }, { mode = "n", buffer = bufnr }) end, - settings = { + default_settings = { -- rust-analyzer language server configuration ["rust-analyzer"] = { cargo = {