did stuff i guess

This commit is contained in:
Julius Waldmann 2024-05-22 22:15:51 +02:00
parent 0abf129bfb
commit 40a196e81d
2 changed files with 9 additions and 2 deletions

View File

@ -23,5 +23,6 @@
"telescope.nvim": { "branch": "master", "commit": "fac83a556e7b710dc31433dec727361ca062dbe9" }, "telescope.nvim": { "branch": "master", "commit": "fac83a556e7b710dc31433dec727361ca062dbe9" },
"undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" }, "undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" },
"vim-fugitive": { "branch": "master", "commit": "ce882460cf3db12e99f8bf579cbf99e331f6dd4f" }, "vim-fugitive": { "branch": "master", "commit": "ce882460cf3db12e99f8bf579cbf99e331f6dd4f" },
"vim-vinegar": { "branch": "master", "commit": "bb1bcddf43cfebe05eb565a84ab069b357d0b3d6" } "vim-vinegar": { "branch": "master", "commit": "bb1bcddf43cfebe05eb565a84ab069b357d0b3d6" },
"wrapping.nvim": { "branch": "master", "commit": "d1ac69c0db82ff0c7540088a0f91d74ad7378c3d" }
} }

View File

@ -125,7 +125,13 @@ return lazy.setup({
possession.delete() possession.delete()
end) end)
end, end,
} },
{
"andrewferrier/wrapping.nvim",
config = function()
require("wrapping").setup()
end
},
-- Uncomment these lines if you want to use the plugins -- Uncomment these lines if you want to use the plugins
-- use 'nvim-tree/nvim-tree.lua' -- use 'nvim-tree/nvim-tree.lua'
-- use 'nvim-tree/nvim-web-devicons' -- use 'nvim-tree/nvim-web-devicons'