From 112733f77e1974000622b9da0821ff7881283c33 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 1 May 2023 19:15:04 +0200 Subject: fixup --- fnl/conf/init.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fnl/conf/init.fnl b/fnl/conf/init.fnl index afd9f18..49bbd84 100644 --- a/fnl/conf/init.fnl +++ b/fnl/conf/init.fnl @@ -41,7 +41,9 @@ (print printer))))) (local git-worktree (require :git-worktree)) -(git-worktree.setup {:command :tcd :update_on_change true :autopush false}) +(git-worktree.setup {:change_directory_command :tcd + :update_on_change true + :autopush false}) (vim.keymap.set [:n] :w ":Worktree ") (vim.api.nvim_create_user_command :Worktree -- cgit v1.2.3