aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-17 22:55:53 +0800
committerjdhao <jdhao@hotmail.com>2021-08-17 22:55:53 +0800
commit61d6045e671853c81d7a7853ef7f4ef4674366a8 (patch)
tree0ef4f5ef59baaaea92b511ba5955ddeb81b70534
parent7fc6af04eea8d4839b1da88b0ff28f07ceec0148 (diff)
Try chadtree :) fast as fuck?
-rw-r--r--lua/plugins.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 43275ed..ed6b658 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -228,9 +228,6 @@ require('packer').startup(
-- Only use these plugin on Windows and Mac and when LaTeX is installed
if vim.g.is_win or vim.g.is_mac and utils.executable('latex') then
- -- vimtex use autoload feature of Vim, so it is not necessary to use `for`
- -- keyword of vim-plug to try to lazy-load it,
- -- see https://github.com/junegunn/vim-plug/issues/785
use {'lervag/vimtex', ft = {'tex', }}
-- use {'matze/vim-tex-fold', ft = {'tex', }}
@@ -247,6 +244,8 @@ 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')]]}