The dotfiles in this repository holds the configuration for my Neovim text editor setup, which I currently use for most of my developer workflow.
The setup is being actively updated as I'm diving deeper into Neovim ecosystem. Some of the present features include:
- Status Line
- Auto close tags
- Telescope fuzz finder
- Git integration
- Lazy Nvim package manager
To make use of the dotfiles, clone the repo to your nvim config path.
cd .config/nvim
git clone [email protected]:ArunGovil/dotfiles.git
After cloning, open nvim and install the packages using Lazy.
nvim .
:Lazy
Once the installation is complete, all configuration will be applied to your neovim.
Note Some of the configurations will require additional installations, like prettierd.
Tmux can be configured by editing tmux.conf file which is present in the root directory. If the file is not present you can simply create one and save with your configurations.
nvim ~/.tmux.conf
You can find my Tmux config file here.