diff --git a/lazy-lock.json b/lazy-lock.json index f180adf..04d439d 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -23,5 +23,6 @@ "telescope.nvim": { "branch": "master", "commit": "fac83a556e7b710dc31433dec727361ca062dbe9" }, "undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" }, "vim-fugitive": { "branch": "master", "commit": "ce882460cf3db12e99f8bf579cbf99e331f6dd4f" }, - "vim-vinegar": { "branch": "master", "commit": "bb1bcddf43cfebe05eb565a84ab069b357d0b3d6" } + "vim-vinegar": { "branch": "master", "commit": "bb1bcddf43cfebe05eb565a84ab069b357d0b3d6" }, + "wrapping.nvim": { "branch": "master", "commit": "d1ac69c0db82ff0c7540088a0f91d74ad7378c3d" } } \ No newline at end of file diff --git a/lua/juliuswaldmann/lazynvim.lua b/lua/juliuswaldmann/lazynvim.lua index 1827744..771884d 100644 --- a/lua/juliuswaldmann/lazynvim.lua +++ b/lua/juliuswaldmann/lazynvim.lua @@ -125,7 +125,13 @@ return lazy.setup({ possession.delete() end) end, - } + }, + { + "andrewferrier/wrapping.nvim", + config = function() + require("wrapping").setup() + end + }, -- Uncomment these lines if you want to use the plugins -- use 'nvim-tree/nvim-tree.lua' -- use 'nvim-tree/nvim-web-devicons'