DEV Community

Cover image for Hey Chads, share your Neovim and Tmux Config
Shrijal Acharya
Shrijal Acharya

Posted on

Hey Chads, share your Neovim and Tmux Config

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)

Collapse
 
brandonwallace profile image
brandon_wallace

I do not have Neovim but I do use Vim. This is my .vimrc configuration.
github.com/brandon-wallace/vimrc

Collapse
 
shricodev profile image
Shrijal Acharya

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?

Collapse
 
brandonwallace profile image
brandon_wallace

Yes, I have used Vim everyday for a long time.

Collapse
 
brandonwallace profile image
brandon_wallace

Hi Shrijal!
This is my Tmux configuration.
github.com/brandon-wallace/tmux-conf

Collapse
 
shricodev profile image
Shrijal Acharya

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.

Collapse
 
brandonwallace profile image
brandon_wallace

I only have three dot files (that I care about). I did not think I needed a way to manage them.

Thread Thread
 
shricodev profile image
Shrijal Acharya

Okay, that makes sense.

Collapse
 
ddebajyati profile image
Debajyati Dey