feat: config update

This commit is contained in:
Alexander Muszynski
2025-02-06 18:08:58 -05:00
parent cd87be9f2d
commit b8c3f439ca
9 changed files with 134 additions and 149 deletions
+14
View File
@@ -0,0 +1,14 @@
return {
'michaelb/sniprun',
branch = 'master',
build = 'sh install.sh',
-- 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
config = function()
require('sniprun').setup {
-- your options
}
end,
}