https://github.com/gitkashish/nvim-config
https://github.com/gitkashish/nvim-config
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitkashish/nvim-config
- Owner: gitKashish
- Created: 2023-08-07T05:05:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T18:09:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T10:10:34.821Z (over 1 year ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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