From 3353b41758c18eeeb3b8829259264fe543d71cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Mon, 15 Sep 2025 10:45:17 +0200 Subject: [PATCH] add wrapping.nvim --- lua/plugins/user.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/user.lua b/lua/plugins/user.lua index 3133d19..8943d3c 100644 --- a/lua/plugins/user.lua +++ b/lua/plugins/user.lua @@ -164,4 +164,8 @@ return { { "-", desc = "🛢️Oil toggle", mode = { "n" }, require("oil").toggle_float }, }, }, + { + "andrewferrier/wrapping.nvim", + config = function() require("wrapping").setup() end, + }, }