mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Installed tabnine
This commit is contained in:
6
lua/plugins/dap.lua
Normal file
6
lua/plugins/dap.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{ "mfussenegger/nvim-dap", lazy = true },
|
||||
{ "rcarriga/nvim-dap-ui", lazy = true },
|
||||
{ "jayp0521/mason-nvim-dap.nvim", lazy = true },
|
||||
{ "ravenxrz/DAPInstall.nvim", lazy = true },
|
||||
}
|
||||
Reference in New Issue
Block a user