/dotfiles

Some of my personal configuration files for linux

Primary LanguageShell

Introduction

Some of the config files used by me

Using this nvim setting

  1. Make sure neovim is installed.
  2. Clone this repo using:
git clone https://github.com/atTheShikhar/dotfiles.git
  1. Move the nvim directory to your local .config directory.
mv ./dotfiles/nvim ~/.config
  1. Install vim-plug for neovim.
  2. Run nvim command to and then enter :PlugInstall in the command mode.