1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Remove chadTree

I rarely use it and it is updated everyday with a meaningless bot, which
is really annoying for me.
This commit is contained in:
jdhao 2021-08-25 22:41:38 +08:00
parent 9b888f0f1a
commit 470e35439a

View File

@ -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')]] })