An open API service indexing awesome lists of open source software.

https://github.com/gitkashish/nvim-config


https://github.com/gitkashish/nvim-config

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# NvChad Custom Config

## Installation

* Install [Neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim).
* Clone [NvChad](https://github.com/NvChad/NvChad) repository.
* Clone this repository with the following command:

For Windows : `git clone https://github.com/gitKashish/nvim-config $HOME/AppData/local/nvim/lua/custom --depth 1`

For Linux : `git clone https://github.com/gitKashish/nvim-config ~/.config/nvim/lua/custom --depth 1`

* ***For Linux, remove all the lines from the `~/.config/lua/custom/init.lua` file***

## Currently added custom mappings

* `q` : Quit Window / Neovim
* `ww` : Save file

* `gd` : Show git diff
* `gs` : Show git status
* `gb` : Stage git buffer
* `gc` : Show git commits

* `` : Increase window height
* `` : Decrease window height
* `` : Increase window breadth
* `` : Decrease window breadth
* Changed windows shell to Powershell