summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/git-worktree.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-19 21:38:33 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-19 21:38:33 +0200
commit0e6c6c5e804eb765c34610586fca6b594e90bada (patch)
tree5f95c76a712502eb2dab1787219dad70112c7c35 /fnl/plugins/editor/git-worktree.fnl
parent7cf3d6d23b1e82577445a65018918f0b5c588c43 (diff)
Optimize startup
Diffstat (limited to 'fnl/plugins/editor/git-worktree.fnl')
-rw-r--r--fnl/plugins/editor/git-worktree.fnl7
1 files changed, 1 insertions, 6 deletions
diff --git a/fnl/plugins/editor/git-worktree.fnl b/fnl/plugins/editor/git-worktree.fnl
index 508d42a..ec57195 100644
--- a/fnl/plugins/editor/git-worktree.fnl
+++ b/fnl/plugins/editor/git-worktree.fnl
@@ -9,9 +9,4 @@
:mode :n
:desc "Create a worktree"}])
-{1 :ThePrimeagen/git-worktree.nvim
- :event :VeryLazy
- : keys
- :init (fn []
- (let [telescope (require :telescope)]
- (telescope.load_extension :git_worktree)))}
+{1 :ThePrimeagen/git-worktree.nvim : keys}