Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 473:5b625df6edf2
Manually packadd dirvish to force loading before netrw
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 03 Oct 2021 11:21:10 +0200 |
parents | 375e2ea8452f |
children | f3a6e8090a2d |
comparison
equal
deleted
inserted
replaced
472:d2b877b4ef8b | 473:5b625df6edf2 |
---|---|
398 } | 398 } |
399 end, | 399 end, |
400 } | 400 } |
401 | 401 |
402 -- File navigation | 402 -- File navigation |
403 use { 'justinmk/vim-dirvish' } | 403 use { 'justinmk/vim-dirvish', opt = true } |
404 | 404 |
405 -- Colorscheme | 405 -- Colorscheme |
406 use { | 406 use { |
407 'zegervdv/one-lush', | 407 'zegervdv/one-lush', |
408 requires = 'rktjmp/lush.nvim', | 408 requires = 'rktjmp/lush.nvim', |