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:
parent
7fc6af04ee
commit
61d6045e67
@ -228,9 +228,6 @@ require('packer').startup(
|
|||||||
|
|
||||||
-- Only use these plugin on Windows and Mac and when LaTeX is installed
|
-- 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
|
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 {'lervag/vimtex', ft = {'tex', }}
|
||||||
|
|
||||||
-- use {'matze/vim-tex-fold', ft = {'tex', }}
|
-- use {'matze/vim-tex-fold', ft = {'tex', }}
|
||||||
@ -247,6 +244,8 @@ require('packer').startup(
|
|||||||
-- Modern matchit implementation
|
-- Modern matchit implementation
|
||||||
use 'andymass/vim-matchup'
|
use 'andymass/vim-matchup'
|
||||||
|
|
||||||
|
use {'ms-jpq/chadtree', branch = 'chad', run = ':CHADdeps'}
|
||||||
|
|
||||||
-- Smoothie motions
|
-- Smoothie motions
|
||||||
-- use 'psliwka/vim-smoothie'
|
-- use 'psliwka/vim-smoothie'
|
||||||
use {'karb94/neoscroll.nvim', config = [[require('config.neoscroll')]]}
|
use {'karb94/neoscroll.nvim', config = [[require('config.neoscroll')]]}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user