mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +00:00
Fix rust-tools
DAP for rust doesn't work. Something to do with paths or something.
This commit is contained in:
parent
abe6a88fa7
commit
77e8e797d0
@ -318,12 +318,7 @@ use({
|
|||||||
-- Rust analyzer
|
-- Rust analyzer
|
||||||
use({
|
use({
|
||||||
"https://github.com/simrat39/rust-tools.nvim",
|
"https://github.com/simrat39/rust-tools.nvim",
|
||||||
after = "nvim-dap",
|
|
||||||
disable = vim.fn.has("nvim-0.7.0") ~= 1,
|
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
|
-- Better display of lsp diagnostics
|
||||||
|
Loading…
Reference in New Issue
Block a user