From 9b3e0f4ff0a9d69c2981a7e38521b3815ec64033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 14:20:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20delta?= =?UTF-8?q?=20from=20the=20undotree=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/telescope/undotree.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/telescope/undotree.lua b/.config/nvim/lua/plugins/extras/editor/telescope/undotree.lua index 757cc809..a3020946 100644 --- a/.config/nvim/lua/plugins/extras/editor/telescope/undotree.lua +++ b/.config/nvim/lua/plugins/extras/editor/telescope/undotree.lua @@ -7,7 +7,6 @@ return { require("telescope").setup({ extensions = { undo = { - use_delta = true, side_by_side = true, layout_strategy = "vertical", layout_config = {