mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
add sniprun
This commit is contained in:
10
lua/plugins/sniprun.lua
Normal file
10
lua/plugins/sniprun.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
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 = {},
|
||||
}
|
||||
Reference in New Issue
Block a user