From fe0e677564995c25119beb8238234c24ef6e592c Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 1 Sep 2024 02:00:46 +0200 Subject: refactored the entire config --- lua/plugins/popup.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/popup.lua (limited to 'lua/plugins/popup.lua') diff --git a/lua/plugins/popup.lua b/lua/plugins/popup.lua new file mode 100644 index 0000000..0ff2e3a --- /dev/null +++ b/lua/plugins/popup.lua @@ -0,0 +1,5 @@ +return { + 'nvim-lua/plenary.nvim', + 'nvim-lua/popup.nvim', +} + -- cgit v1.2.3