Hi devs, if you are a Neovim or Tmux user, or use either one of them, feel free to share your configs for everyone to take a look at.
Here is mine: https://github.com/shricodev/dotfiles.git
🫵 NOTE: If you use any other IDEs or tools, other than Neovim or Tmux, feel free to share your configurations as well.
Top comments (8)
I do not have Neovim but I do use Vim. This is my
.vimrc
configuration.github.com/brandon-wallace/vimrc
Wow, it's just too awesome to see someone using plain Vim instead of Neovim itself. Do you use it as your daily code editor?
Yes, I have used Vim everyday for a long time.
Hi Shrijal!
This is my Tmux configuration.
github.com/brandon-wallace/tmux-conf
Lovely minimalistic config! :P Just a suggestion: why not keep all the dotfiles config in a single repository? It will be much easier to manage. Have you considered using stow? It's a lifesaver for managing config files.
I only have three dot files (that I care about). I did not think I needed a way to manage them.
Okay, that makes sense.
My Vim config - github.com/Debajyati/perfect-vimrc
My Neovim config - github.com/Debajyati/Efficienvim
My tmux config - github.com/Debajyati/void-configs/...
Hehe!