feat(nvim): Add sniprun

This commit is contained in:
Price Hiller 2022-04-28 05:38:20 -05:00
parent 7352aaad29
commit 1adfe62afc

View File

@ -604,6 +604,12 @@ return packer.startup({
"gpanders/editorconfig.nvim", "gpanders/editorconfig.nvim",
}) })
-- Run snippets in-line
use({
"michaelb/sniprun",
run = "bash ./install.sh"
})
-- Leave at end!!! -- Leave at end!!!
-- Install and deploy packer plugins -- Install and deploy packer plugins
-- automatically -- automatically