Add rustacean.nvim and dap plugins

This commit is contained in:
Aaron Weinberger 2024-06-20 18:17:23 -04:00
parent 68c787dca7
commit bee3e36677
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
return { 'mfussenegger/nvim-dap' }

View File

@ -0,0 +1,9 @@
return {
'mrcjkb/rustaceanvim',
version = '^4', -- Recommended
lazy = false, -- This plugin is already lazy
}
-- nvim-lspconfig.rust_analyzer has been setup.
-- This will likely lead to conflicts with the rustaceanvim LSP client.
-- See ':h rustaceanvim.mason'