Skip to content

ArunGovil/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The repository contains dotfiles for my Neovim setup! ⚡


What are these dotfiles for?

The dotfiles in this repository holds the configuration for my Neovim text editor setup, which I currently use for most of my developer workflow.

What features does the environment have?

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

How to install the config?

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.

How to configure Tmux?

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.

About

My neovim text editor config

Resources

Stars

Watchers

Forks

Languages