From 470e35439a76298b485dc7fc5f9a54b6ec8175f1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 25 Aug 2021 22:41:38 +0800 Subject: [PATCH] Remove chadTree I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me. --- lua/plugins.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 7075d43..dec451d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -248,8 +248,6 @@ require("packer").startup({ -- Modern matchit implementation use("andymass/vim-matchup") - use({ "ms-jpq/chadtree", branch = "chad", run = ":CHADdeps" }) - -- Smoothie motions -- use 'psliwka/vim-smoothie' use({ "karb94/neoscroll.nvim", config = [[require('config.neoscroll')]] })