mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:25:00 +01:00
Forgot to commit adding mason-nvim-dap to plugins list
This commit is contained in:
parent
46f01c39b1
commit
fb0cd83a7d
|
@ -145,6 +145,8 @@ require("packer").startup(function()
|
|||
require("nvim-dap-virtual-text").setup()
|
||||
end
|
||||
} -- Virtual text for nvim-dap
|
||||
|
||||
use { "jay-babu/mason-nvim-dap.nvim" }
|
||||
|
||||
-- Tab
|
||||
use {
|
||||
|
|
Loading…
Reference in a new issue