Skip to content

Commit

Permalink
fix(plugin): lazy load attempt.nvim and telescope-dap
Browse files Browse the repository at this point in the history
  • Loading branch information
roeybenarieh committed Apr 19, 2024
1 parent 3180d14 commit bf8d60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/scratch-files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ end

return {
"m-demare/attempt.nvim",
lazy = true,
dependencies = {
"nvim-lua/plenary.nvim", -- for configuring debugpy to use the venv (via dap-python.lua)
"nvim-telescope/telescope-ui-select.nvim",
Expand Down
1 change: 1 addition & 0 deletions lua/plugins/telescope-dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ end

return {
"nvim-telescope/telescope-dap.nvim",
lazy = true,
dependencies = {
"telescope.nvim",
"nvim-treesitter/nvim-treesitter",
Expand Down

0 comments on commit bf8d60f

Please sign in to comment.