chore(nvim): autopairs bs map and harpoon and tpipeline fix

This commit is contained in:
2024-05-01 18:52:16 +01:00
parent eb7a612dbc
commit 970179400d
6 changed files with 139 additions and 6 deletions

View File

@@ -29,6 +29,13 @@ lazy.setup({
end,
},
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn["mkdp#util#install"]() end,
},
{
"ThePrimeagen/harpoon",
branch = "harpoon2",
@@ -38,7 +45,12 @@ lazy.setup({
end
},
"vimpostor/vim-tpipeline",
{
"vimpostor/vim-tpipeline",
config = function()
vim.g.tpipeline_restore = 1
end
},
{
"TobinPalmer/pastify.nvim",