nvim-config/lua/custom/plugins/sniprun.lua
2025-03-21 16:30:30 -07:00

14 lines
317 B
Lua

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,
}