diff --git a/nvchad/plugins.lua b/nvchad/plugins.lua index e6986b1e..1caf496c 100644 --- a/nvchad/plugins.lua +++ b/nvchad/plugins.lua @@ -29,30 +29,6 @@ return { { "christoomey/vim-tmux-navigator", lazy = false }, { "jose-elias-alvarez/null-ls.nvim" }, { "sainnhe/everforest", lazy = false }, - { - "JohnCosta27/git-worktree.nvim", - config = function() - local Worktree = require "git-worktree" - - -- op = Operations.Switch, Operations.Create, Operations.Delete - -- metadata = table of useful values (structure dependent on op) - -- Switch - -- path = path you switched to - -- prev_path = previous worktree path - -- Create - -- path = path where worktree created - -- branch = branch name - -- upstream = upstream remote name - -- Delete - -- path = path where worktree deleted - - Worktree.on_tree_change(function(op, metadata) - if op ~= Worktree.Operations.Delete then - -- os.execute() - end - end) - end, - }, { "NvChad/nvterm", config = function()