Added vim-slime for piping code into external services
This commit is contained in:
parent
a00de0384d
commit
d8afd52896
1
init.lua
1
init.lua
|
@ -282,6 +282,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
-- 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-sleuth', -- Detect tabstop and shiftwidth automatically
|
||||||
|
'jpalardy/vim-slime', -- for piping code into external service like a REPL
|
||||||
'mbbill/undotree', -- recommended undo history system
|
'mbbill/undotree', -- recommended undo history system
|
||||||
{
|
{
|
||||||
'nvim-tree/nvim-tree.lua',
|
'nvim-tree/nvim-tree.lua',
|
||||||
|
|
Loading…
Reference in New Issue