From 77e8e797d04f55b4759f464fe1eacdf5bae68ef1 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 8 Dec 2023 14:59:35 -0800 Subject: [PATCH] Fix rust-tools DAP for rust doesn't work. Something to do with paths or something. --- neovim/lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index d45850a..7451d96 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -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