Skip to content

Commit

Permalink
fix(neovim): load nvim-dap before nvim-dap-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 8, 2025
1 parent 3a72e8f commit 47095ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/neovim-with-config/lua/plugins/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ return {
{
"nvim-dap-ui",
event = "DeferredUIEnter",
before = function()
require("lz.n").trigger_load("nvim-dap")
end,
after = function()
require("dapui").setup()
local dap, dapui = require("dap"), require("dapui")
Expand Down

0 comments on commit 47095ee

Please sign in to comment.