add sniprun

This commit is contained in:
Thomas Ruoff
2024-05-22 13:51:42 +02:00
parent 79d7eb26a8
commit 58bdf832a3

10
lua/plugins/sniprun.lua Normal file
View File

@@ -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 = {},
}