aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')]]}