summaryrefslogtreecommitdiffstats
path: root/lua/plugins/nvim-dap.lua
blob: 8cc4a3c109e058639e13fcc129c4552671a716f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
	{ 
		"mfussenegger/nvim-dap", 
		opt = {
		}
	},
	{ 
		"rcarriga/nvim-dap-ui", 
		dependencies = {
			"mfussenegger/nvim-dap", 
			"nvim-neotest/nvim-nio"
		} 
	}
}