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