Use submodules and plain vim packages 💬 by Caio a year ago (log)
The only wonky thing here is dependency management and the only thing requiring deps is telescope. Maybe I'll drop it.
The only wonky thing here is dependency management and the only thing requiring deps is telescope. Maybe I'll drop it.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[submodule "pack/ext/start/vim-renamer"] path = pack/ext/start/vim-renamer url = https://github.com/qpkorr/vim-renamer [submodule "pack/ext/start/vim-surround"] path = pack/ext/start/vim-surround url = https://github.com/tpope/vim-surround [submodule "pack/ext/start/vim-commentary"] path = pack/ext/start/vim-commentary url = https://github.com/tpope/vim-commentary [submodule "pack/ext/start/vim-repeat"] path = pack/ext/start/vim-repeat url = https://github.com/tpope/vim-repeat [submodule "pack/ext/start/vim-fugitive"] path = pack/ext/start/vim-fugitive url = https://github.com/tpope/vim-fugitive [submodule "pack/ext/start/nvim-autopairs"] path = pack/ext/start/nvim-autopairs url = https://github.com/windwp/nvim-autopairs [submodule "pack/ext/start/plenary.nvim"] path = pack/ext/start/plenary.nvim url = https://github.com/nvim-lua/plenary.nvim [submodule "pack/ext/start/telescope.nvim"] path = pack/ext/start/telescope.nvim url = https://github.com/nvim-telescope/telescope.nvim |