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