starter/lua/plugins/sniprun.lua

15 lines
318 B
Lua
Raw Normal View History

2024-02-18 12:19:39 +08:00
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,
}