Files
nvim/lua/plugins/sniprun.lua
Thomas Ruoff 58bdf832a3 add sniprun
2024-05-22 13:51:42 +02:00

11 lines
244 B
Lua

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