Fix rust-tools

DAP for rust doesn't work. Something to do with paths or something.
This commit is contained in:
ViViDboarder 2023-12-08 14:59:35 -08:00
parent abe6a88fa7
commit 77e8e797d0
1 changed files with 0 additions and 5 deletions

View File

@ -318,12 +318,7 @@ use({
-- Rust analyzer
use({
"https://github.com/simrat39/rust-tools.nvim",
after = "nvim-dap",
disable = vim.fn.has("nvim-0.7.0") ~= 1,
-- TODO: After switching to lazy, with better dependency ordering, can remove the after
config = function()
require("dap")
end,
})
-- Better display of lsp diagnostics