From 2e9d85f4ac19ced81a954b418822aa0a02706928 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Tue, 28 Mar 2023 13:23:27 -0400 Subject: [PATCH] feat(syntax): add vim-sandwich --- lua/astrocommunity/syntax/vim-sandwich/README.md | 5 +++++ lua/astrocommunity/syntax/vim-sandwich/vim-sandwich.lua | 1 + 2 files changed, 6 insertions(+) create mode 100644 lua/astrocommunity/syntax/vim-sandwich/README.md create mode 100644 lua/astrocommunity/syntax/vim-sandwich/vim-sandwich.lua diff --git a/lua/astrocommunity/syntax/vim-sandwich/README.md b/lua/astrocommunity/syntax/vim-sandwich/README.md new file mode 100644 index 000000000..3695d4c4c --- /dev/null +++ b/lua/astrocommunity/syntax/vim-sandwich/README.md @@ -0,0 +1,5 @@ +# vim-sandwich + +**Repository:** https://github.com/machakann/vim-sandwich + +Set of operators and textobjects to search/select/edit sandwiched texts. diff --git a/lua/astrocommunity/syntax/vim-sandwich/vim-sandwich.lua b/lua/astrocommunity/syntax/vim-sandwich/vim-sandwich.lua new file mode 100644 index 000000000..445829d4f --- /dev/null +++ b/lua/astrocommunity/syntax/vim-sandwich/vim-sandwich.lua @@ -0,0 +1 @@ +return { "machakann/vim-sandwich", event = "User AstroFile" }