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

Try chadtree :) fast as fuck?

This commit is contained in:
jdhao 2021-08-17 22:55:53 +08:00
parent 7fc6af04ee
commit 61d6045e67

View File

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