aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/popup.lua
diff options
context:
space:
mode:
authorMax Christian Pohle2024-09-01 02:00:46 +0200
committerMax Christian Pohle2024-09-01 02:00:46 +0200
commitfe0e677564995c25119beb8238234c24ef6e592c (patch)
treee33fef58ae6a906ae89382c82ebcb541e3f3a997 /lua/plugins/popup.lua
parent7172c36d4508510ad844fcbea1bd3bc496da809e (diff)
downloadvim-fe0e677564995c25119beb8238234c24ef6e592c.tar.bz2
vim-fe0e677564995c25119beb8238234c24ef6e592c.zip
refactored the entire config
Diffstat (limited to 'lua/plugins/popup.lua')
-rw-r--r--lua/plugins/popup.lua5
1 files changed, 5 insertions, 0 deletions
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 @@
1return {
2 'nvim-lua/plenary.nvim',
3 'nvim-lua/popup.nvim',
4}
5
..