Disable repl.nvim because it's too slow

This commit is contained in:
Gender Demon 2023-01-25 15:51:42 +00:00
parent a282770f7b
commit d55ddea13b
1 changed files with 2 additions and 1 deletions

View File

@ -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"