chore(nvim): autopairs bs map and harpoon and tpipeline fix
This commit is contained in:
parent
eb7a612dbc
commit
970179400d
6 changed files with 139 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue