From 79cf7b04ca7cafa8c7114711a92c5bf95c59b6ea Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 1 Aug 2024 15:35:01 +0200 Subject: [PATCH] remove sniprun --- lua/plugins/sniprun.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lua/plugins/sniprun.lua diff --git a/lua/plugins/sniprun.lua b/lua/plugins/sniprun.lua deleted file mode 100644 index 1fe1326..0000000 --- a/lua/plugins/sniprun.lua +++ /dev/null @@ -1,10 +0,0 @@ -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 = {}, -}