Skip to content

Commit

Permalink
fix(dap): update nvim-dap-ui to it's latest version
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Mykhaylov <mikemikhailov2003@gmail.com>
  • Loading branch information
mehalter and mikemykhaylov committed Mar 20, 2024
1 parent 2fcb9e2 commit 6f08050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lazy_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ return {
{ "numToStr/Comment.nvim", commit = "0236521ea582747b58869cb72f70ccfa967d2e89", optional = true },
{ "nvim-lua/plenary.nvim", version = "^0.1", optional = true },
{ "nvim-neo-tree/neo-tree.nvim", version = "^3", optional = true },
{ "nvim-neotest/nvim-nio", version = "^1", optional = true },
{ "nvim-telescope/telescope-fzf-native.nvim", commit = "9ef21b2e6bb6ebeaf349a0781745549bbb870d27", optional = true },
{ "nvim-telescope/telescope.nvim", version = "^0.1", optional = true },
{ "nvim-tree/nvim-web-devicons", commit = "75df79feb02d5e0ec114e447453775d4d291ea03", optional = true },
Expand All @@ -40,7 +41,7 @@ return {
{ "onsails/lspkind.nvim", commit = "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf", optional = true },
{ "rafamadriz/friendly-snippets", commit = "dcd4a586439a1c81357d5b9d26319ae218cc9479", optional = true },
{ "rcarriga/cmp-dap", commit = "ea92773e84c0ad3288c3bc5e452ac91559669087", optional = true },
{ "rcarriga/nvim-dap-ui", version = "^3", optional = true },
{ "rcarriga/nvim-dap-ui", version = "^4", optional = true },
{ "rcarriga/nvim-notify", version = "^3", optional = true },
{ "rebelot/heirline.nvim", version = "^1", optional = true },
{ "s1n7ax/nvim-window-picker", version = "^2", optional = true },
Expand Down
1 change: 1 addition & 0 deletions lua/plugins/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return {
},
{
"rcarriga/nvim-dap-ui",
dependencies = { "nvim-neotest/nvim-nio" },
opts = { floating = { border = "rounded" } },
config = require "plugins.configs.nvim-dap-ui",
},
Expand Down

0 comments on commit 6f08050

Please sign in to comment.