add cmd popup window pt2

This commit is contained in:
2026-04-23 12:01:54 +02:00
parent 4fd57ec9c4
commit c773c6e230
2 changed files with 11 additions and 2 deletions

View File

@@ -15,6 +15,11 @@ return {
},
dependencies = {
"MunifTanjim/nui.nvim",
"rcarriga/nvim-notify",
{
"rcarriga/nvim-notify",
opts = {
timeout = 2000, -- Set this to your preferred time in milliseconds (e.g., 3000 = 3 seconds)
},
},
}
}