From fbf1b9661dafcf1aa4187947d083b7fafad11191 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Wed, 14 Sep 2022 15:03:06 +0100 Subject: [PATCH] Enable REPL for python3 sniprun --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index abbd8fd6..afe0e4e8 100644 --- a/init.lua +++ b/init.lua @@ -33,6 +33,7 @@ require('telescope').load_extension('aerial') -- SnipRun config require('sniprun').setup{ + repl_enable = {"Python3_original"} display = { "NvimNotify" }