15 Commits (master)

Author SHA1 Message Date
Sanchayan Maity 56f81f598e
nvim: Switch back to paq
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.
4 months ago
Sanchayan Maity a5861f627d tmux: Drop copycat
Native regex searches are supported since 3.1. And we have never used
the predefined searches feature supported by copycat.
1 year ago
Sanchayan Maity 701bd244be Allow seamless navigation between vim and tmux splits 1 year ago
Sanchayan Maity 8cc874b830 tmux: Add plugin to capture last command output 1 year ago
Sanchayan Maity 3dd3d5c379 tmux: Drop continuum and resurrect
Now that we have sessions and loadable with tmuxp, drop continuum and
resurrect.
1 year ago
Sanchayan Maity 31b15efed0 tmux: Add tmux fuzzback 1 year ago
Sanchayan Maity 13edaced57 Revert "tmux: Show battery and timing information in status line"
This reverts commit 888a04424f. This tmux
plugin does not show battery information reliably all the time.
3 years ago
Sanchayan Maity cbd37c1856 nvim: Move to packer 3 years ago
Sanchayan Maity b1c51c6e83 nvim: Migrate from vim-plug to paq-nvim 3 years ago
Sanchayan Maity 888a04424f tmux: Show battery and timing information in status line 3 years ago
Sanchayan Maity b1698e9cf6 tmux: Switch to tmux-butler & drop extrakto
butler supports pop up windows available in tmux master now and also
isn't dependent on python like extrakto.
3 years ago
Sanchayan Maity 0f89c090db tmux: Add extrakto tmux plugin
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
3 years ago
Sanchayan Maity dd103824bb tmux: Remove tmux fingers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
3 years ago
Sanchayan Maity 6675403f66 tmux: Add tmux fingers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
3 years ago
Sanchayan Maity 7200bbece7 Switch to using stow for dotfiles management
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
3 years ago