From 58bdf832a38dae0b959ec97a063e1f6153787387 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 22 May 2024 13:51:42 +0200 Subject: [PATCH] add sniprun --- lua/plugins/sniprun.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/sniprun.lua diff --git a/lua/plugins/sniprun.lua b/lua/plugins/sniprun.lua new file mode 100644 index 0000000..1fe1326 --- /dev/null +++ b/lua/plugins/sniprun.lua @@ -0,0 +1,10 @@ +return { + 'michaelb/sniprun', + branch = 'master', + + build = 'sh install.sh 1', + -- do 'sh install.sh 1' if you want to force compile locally + -- (instead of fetching a binary from the github release). Requires Rust >= 1.65 + + opts = {}, +}