diff options
| -rw-r--r-- | fnl/conf/init.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
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] :<leader>w ":Worktree ") (vim.api.nvim_create_user_command :Worktree |
