From 2a46002e9cace0646b68689965ad4a5a47d23621 Mon Sep 17 00:00:00 2001 From: ypli Date: Wed, 28 Jun 2023 16:17:49 +0800 Subject: [PATCH] feat: add vim-smoothie plugin (#324) --- lua/astrocommunity/scrolling/vim-smoothie/README.md | 5 +++++ lua/astrocommunity/scrolling/vim-smoothie/init.lua | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 lua/astrocommunity/scrolling/vim-smoothie/README.md create mode 100644 lua/astrocommunity/scrolling/vim-smoothie/init.lua diff --git a/lua/astrocommunity/scrolling/vim-smoothie/README.md b/lua/astrocommunity/scrolling/vim-smoothie/README.md new file mode 100644 index 000000000..38d8ce2c4 --- /dev/null +++ b/lua/astrocommunity/scrolling/vim-smoothie/README.md @@ -0,0 +1,5 @@ +# vim-smoothie + +Smooth scrolling for Vim done right + +**Repository:** diff --git a/lua/astrocommunity/scrolling/vim-smoothie/init.lua b/lua/astrocommunity/scrolling/vim-smoothie/init.lua new file mode 100644 index 000000000..ea77de8a0 --- /dev/null +++ b/lua/astrocommunity/scrolling/vim-smoothie/init.lua @@ -0,0 +1,4 @@ +return { + "psliwka/vim-smoothie", + event = "User AstroFile", +}