Added vim-slime for piping code into external services

This commit is contained in:
dpearre 2024-10-07 08:21:34 -07:00
parent 56eb089648
commit 31bd2533a2

View File

@ -283,6 +283,7 @@ 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
'tpope/vim-fugitive', -- git integration
'jpalardy/vim-slime', -- for piping code into external service like a REPL
'mbbill/undotree', -- recommended undo history system
{
'nvim-tree/nvim-tree.lua',