This commit is contained in:
Zacharias-Brohn
2025-07-03 23:29:52 +02:00
parent 413d614440
commit 3c4df59b53
14 changed files with 228 additions and 27 deletions
+7
View File
@@ -0,0 +1,7 @@
local popup = require('nui.popup')
local Popup = popup({
border = {
style = "shadow",
}
})