You've already forked dotfiles
refactor: Cleanup and stuff
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
return {
|
||||
'mfussenegger/nvim-dap',
|
||||
dependencies = {
|
||||
{
|
||||
'jay-babu/mason-nvim-dap.nvim'
|
||||
},
|
||||
{
|
||||
'nvim-neotest/nvim-nio',
|
||||
},
|
||||
{ 'jay-babu/mason-nvim-dap.nvim' },
|
||||
{ 'nvim-neotest/nvim-nio' },
|
||||
{
|
||||
'rcarriga/nvim-dap-ui',
|
||||
config = function()
|
||||
@@ -140,8 +136,6 @@ return {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- require('dap.ext.vscode').load_launchjs('.launch.json', {})
|
||||
end,
|
||||
keys = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user