Commit graph

15 commits

Author SHA1 Message Date
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.
2023-02-09 20:19:59 +05:30
a5861f627d tmux: Drop copycat
Native regex searches are supported since 3.1. And we have never used
the predefined searches feature supported by copycat.
2022-05-03 18:31:36 +05:30
701bd244be Allow seamless navigation between vim and tmux splits 2022-03-27 16:12:08 +05:30
8cc874b830 tmux: Add plugin to capture last command output 2022-03-24 09:16:50 +05:30
3dd3d5c379 tmux: Drop continuum and resurrect
Now that we have sessions and loadable with tmuxp, drop continuum and
resurrect.
2022-03-16 20:28:25 +05:30
31b15efed0 tmux: Add tmux fuzzback 2022-03-16 16:44:40 +05:30
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.
2020-11-14 12:18:07 +05:30
cbd37c1856 nvim: Move to packer 2020-10-29 21:06:46 +05:30
b1c51c6e83 nvim: Migrate from vim-plug to paq-nvim 2020-10-24 11:06:27 +05:30
888a04424f tmux: Show battery and timing information in status line 2020-10-19 15:25:16 +05:30
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.
2020-10-12 17:08:39 +05:30
0f89c090db tmux: Add extrakto tmux plugin
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-12 10:19:30 +05:30
dd103824bb tmux: Remove tmux fingers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-03-25 19:06:21 +05:30
6675403f66 tmux: Add tmux fingers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 14:17:17 +05:30
7200bbece7 Switch to using stow for dotfiles management
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:18:38 +05:30