From e2e3779a68a4c22c90d0ecef90929ba4eec15ed2 Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Thu, 24 Aug 2023 19:02:27 -0400 Subject: [PATCH] add vim-shot-f --- lua/custom/plugins/vim-shot-f.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/custom/plugins/vim-shot-f.lua diff --git a/lua/custom/plugins/vim-shot-f.lua b/lua/custom/plugins/vim-shot-f.lua new file mode 100644 index 00000000..aa63b697 --- /dev/null +++ b/lua/custom/plugins/vim-shot-f.lua @@ -0,0 +1,4 @@ +return { + "deris/vim-shot-f", + lazy = false, +}