fix(nvim): remove git-worktree configuration

This commit is contained in:
Oliver Davies 2023-08-14 19:31:30 +01:00
parent dff990f52b
commit cbf6e4a29f
2 changed files with 0 additions and 6 deletions

View file

@ -38,9 +38,4 @@ telescope_mapper("<leader>dl", "diagnostics")
telescope_mapper("<leader>en", "edit_neovim")
telescope_mapper("<leader>ez", "edit_zsh")
local nmap = require("opdavies.keymap").nmap
nmap { "<leader>gm", telescope.extensions.git_worktree.create_git_worktree }
nmap { "<leader>gw", telescope.extensions.git_worktree.git_worktrees }
return telescope_mapper

View file

@ -97,6 +97,5 @@ telescope.setup {
telescope.load_extension "file_browser"
telescope.load_extension "fzf"
telescope.load_extension "git_worktree"
telescope.load_extension "refactoring"
telescope.load_extension "ui-select"