Make dap-ui lazier so it only loads if a plugin that configures dap is loaded

This commit is contained in:
ViViDboarder 2024-10-28 16:20:08 -07:00
parent 63e7047b63
commit 2495f34d35

View File

@ -274,7 +274,7 @@ return {
{ "https://github.com/mfussenegger/nvim-dap" }, { "https://github.com/mfussenegger/nvim-dap" },
{ "nvim-neotest/nvim-nio" }, { "nvim-neotest/nvim-nio" },
}, },
ft = { "python", "rust", "go" }, lazy = true,
config = function() config = function()
require("dapui").setup({ require("dapui").setup({
icons = { icons = {