From d8afd52896902cfb7c5a99903559074bd6a5e56f Mon Sep 17 00:00:00 2001 From: dpearre Date: Mon, 7 Oct 2024 08:21:34 -0700 Subject: [PATCH] Added vim-slime for piping code into external services --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 1991e0b7..57b352b0 100644 --- a/init.lua +++ b/init.lua @@ -282,6 +282,7 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically + 'jpalardy/vim-slime', -- for piping code into external service like a REPL 'mbbill/undotree', -- recommended undo history system { 'nvim-tree/nvim-tree.lua',