diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-25 22:41:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-25 22:41:38 +0800 |
| commit | 470e35439a76298b485dc7fc5f9a54b6ec8175f1 (patch) | |
| tree | 2e8d435d5b6ec399f53f3883cbf3c14cd8bc71b4 /lua | |
| parent | 9b888f0f1a8894ac84949f75aa10fd076886627c (diff) | |
Remove chadTree
I rarely use it and it is updated everyday with a meaningless bot, which
is really annoying for me.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 0 insertions, 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')]] }) |
