diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-05-01 19:15:04 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-05-01 19:15:04 +0200 |
| commit | 112733f77e1974000622b9da0821ff7881283c33 (patch) | |
| tree | 2ae972dfeb11abca787403302b7f18ab63add30c | |
| parent | 91ce60bb18e2b50ce772bdb145f02b13949e6a17 (diff) | |
fixup
| -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 |
