feat(nvim): lazy-load
This commit is contained in:
parent
8e9d8cd00d
commit
6f664a27bd
9 changed files with 38 additions and 34 deletions
|
|
@ -1,14 +1,14 @@
|
|||
vim.pack.add({
|
||||
'https://github.com/echasnovski/mini.ai',
|
||||
'https://github.com/monaqa/dial.nvim',
|
||||
'https://github.com/catgoose/nvim-colorizer.lua',
|
||||
'https://github.com/echasnovski/mini.pairs',
|
||||
'https://github.com/echasnovski/mini.misc',
|
||||
'https://github.com/nvim-mini/mini.bufremove',
|
||||
'https://github.com/tpope/vim-abolish',
|
||||
'https://github.com/tpope/vim-sleuth',
|
||||
'https://github.com/kylechui/nvim-surround',
|
||||
'https://github.com/lervag/vimtex',
|
||||
{ src = 'https://github.com/echasnovski/mini.ai', load = false },
|
||||
{ src = 'https://github.com/monaqa/dial.nvim', load = false },
|
||||
{ src = 'https://github.com/catgoose/nvim-colorizer.lua', load = false },
|
||||
{ src = 'https://github.com/echasnovski/mini.pairs', load = false },
|
||||
{ src = 'https://github.com/echasnovski/mini.misc', load = false },
|
||||
{ src = 'https://github.com/nvim-mini/mini.bufremove', load = false },
|
||||
{ src = 'https://github.com/tpope/vim-abolish', load = false },
|
||||
{ src = 'https://github.com/tpope/vim-sleuth', load = false },
|
||||
{ src = 'https://github.com/kylechui/nvim-surround', load = false },
|
||||
{ src = 'https://github.com/lervag/vimtex', load = false },
|
||||
})
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue