From f6b33ffaeea217c180554e315f12095db368cd6a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 2 Nov 2022 11:40:10 +0000 Subject: [PATCH] Make sniprun opt --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 9787334c..73713f8d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -95,6 +95,8 @@ require('packer').startup(function(use) use { 'michaelb/sniprun', run = 'bash install.sh', + opt = true, + cmd = {'SnipRun', 'SnipInfo', 'SnipReset'}, config = function () require 'config_plugins.config_sniprun' end