From d55ddea13bc030ec0315af17575d9275e739cec9 Mon Sep 17 00:00:00 2001 From: Callum Renwick Date: Wed, 25 Jan 2023 15:51:42 +0000 Subject: [PATCH] Disable repl.nvim because it's too slow --- nvim/lua/plugin_manager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugin_manager.lua b/nvim/lua/plugin_manager.lua index e1d1ec9..d564541 100644 --- a/nvim/lua/plugin_manager.lua +++ b/nvim/lua/plugin_manager.lua @@ -21,7 +21,8 @@ return require("packer").startup(function() use "reedes/vim-pencil" -- REPL, for, uh, REPLs - use "https://gitlab.com/HiPhish/repl.nvim.git" + -- Temporarily disabled because it's so slow + -- use "https://gitlab.com/HiPhish/repl.nvim.git" -- Colour schemes use "nightsense/cosmic_latte"