mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 10:36:26 +00:00
Make dap-ui lazier so it only loads if a plugin that configures dap is loaded
This commit is contained in:
parent
63e7047b63
commit
2495f34d35
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user