feat: setup nvim-dap with custom hover
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- https://github.com/igorlfs/nvim-dap-view
|
||||
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"rcarriga/nvim-dap-ui",
|
||||
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user