mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
11 lines
244 B
Lua
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 = {},
|
|
}
|