Added vim-slime for piping code into external services

This commit is contained in:
dpearre 2024-10-07 08:21:34 -07:00
parent a00de0384d
commit d8afd52896
1 changed files with 1 additions and 0 deletions

View File

@ -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',