Sanchayan Maity
56f81f598e
Packer does not seem to be maintained. Version 2 being developed by Lewis @ https://github.com/lewis6991/packer.nvim has breaking changes. Migrating to Lazy will open it's own can of worms & it does not use packages. Funny thing is author of Packer himself uses Lazy. We really should not be needing anything fancy. neovim can load packages automatically from packpath. All we need is something which will clone the packages to packpath and all those will be automatically loaded. paq.nvim which we were using before packer was the right choice and does the bare minimum we stated above. Rest all with features like fancy lazy loading is nonsense.
21 lines
1 KiB
Text
21 lines
1 KiB
Text
[submodule "tmux/.tmux/plugins/tmux-open"]
|
|
path = tmux/.tmux/plugins/tmux-open
|
|
url = https://github.com/tmux-plugins/tmux-open.git
|
|
[submodule "tmux/.tmux/plugins/tmux-yank"]
|
|
path = tmux/.tmux/plugins/tmux-yank
|
|
url = https://github.com/tmux-plugins/tmux-yank.git
|
|
[submodule "tmux/.tmux/plugins/tmux-butler"]
|
|
path = tmux/.tmux/plugins/tmux-butler
|
|
url = https://github.com/woodstok/tmux-butler
|
|
[submodule "tmux/.tmux/plugins/tmux-fuzzback"]
|
|
path = tmux/.tmux/plugins/tmux-fuzzback
|
|
url = https://github.com/roosta/tmux-fuzzback.git
|
|
[submodule "tmux/.tmux/plugins/tmux-cmd-capture"]
|
|
path = tmux/.tmux/plugins/tmux-cmd-capture
|
|
url = https://github.com/artemave/tmux_capture_last_command_output.git
|
|
[submodule "tmux/.tmux/plugins/vim-tmux-navigator"]
|
|
path = tmux/.tmux/plugins/vim-tmux-navigator
|
|
url = https://github.com/christoomey/vim-tmux-navigator.git
|
|
[submodule "nvim/.local/share/nvim/site/pack/paqs/start/paq-nvim"]
|
|
path = nvim/.local/share/nvim/site/pack/paqs/start/paq-nvim
|
|
url = https://github.com/savq/paq-nvim.git
|