Skip to content

Commit

Permalink
fix(rust): follow upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Jan 22, 2024
1 parent 4ff6d1c commit 3eef055
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/modules/configs/lang/rust.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
return function()
vim.g.rustaceanvim = {
-- Disable automatic DAP configuration to avoid conflicts with previous user configs
dap = { adapter = false, configuration = false },
dap = {
adapter = false,
configuration = false,
autoload_configurations = false,
},
}
end

0 comments on commit 3eef055

Please sign in to comment.