aboutsummaryrefslogtreecommitdiff
path: root/lua/pets/popup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pets/popup.lua')
-rw-r--r--lua/pets/popup.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/lua/pets/popup.lua b/lua/pets/popup.lua
deleted file mode 100644
index 9a1b3a4..0000000
--- a/lua/pets/popup.lua
+++ /dev/null
@@ -1,19 +0,0 @@
-local M = {}
-local Popup = require("nui.popup")
-
-M.popup = Popup({
- position = {
- row = "100%",
- col = "100%",
- },
- size = {
- width = "25%",
- height = 10,
- },
- focusable = false,
- enter = false,
- win_options = {
- winblend = 100,
- },
-})
-return M