Add rustacean.nvim and dap plugins
This commit is contained in:
parent
68c787dca7
commit
bee3e36677
|
@ -0,0 +1 @@
|
||||||
|
return { 'mfussenegger/nvim-dap' }
|
|
@ -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'
|
Loading…
Reference in New Issue