From 2495f34d35b9b44e669d0d36b5051708874eee30 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 28 Oct 2024 16:20:08 -0700 Subject: [PATCH] Make dap-ui lazier so it only loads if a plugin that configures dap is loaded --- neovim/lua/lazy_plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/lazy_plugins.lua b/neovim/lua/lazy_plugins.lua index 3f528c8..da687a8 100644 --- a/neovim/lua/lazy_plugins.lua +++ b/neovim/lua/lazy_plugins.lua @@ -274,7 +274,7 @@ return { { "https://github.com/mfussenegger/nvim-dap" }, { "nvim-neotest/nvim-nio" }, }, - ft = { "python", "rust", "go" }, + lazy = true, config = function() require("dapui").setup({ icons = {