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