https://github.com/garudanvim/garudanvim
A Neovim distribution with enriching experience - For Keyboard Lovers
https://github.com/garudanvim/garudanvim
garudanvim lua neovim neovim-configuration
Last synced: 11 months ago
JSON representation
A Neovim distribution with enriching experience - For Keyboard Lovers
- Host: GitHub
- URL: https://github.com/garudanvim/garudanvim
- Owner: GarudaNvim
- License: gpl-3.0
- Created: 2024-10-03T14:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:21:15.000Z (over 1 year ago)
- Last Synced: 2024-10-25T03:11:21.063Z (over 1 year ago)
- Topics: garudanvim, lua, neovim, neovim-configuration
- Language: Lua
- Homepage: https://garudanvim.github.io/
- Size: 66.4 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
---
## Contents
- [Introduction](#introduction)
- [Overview](#overview)
- [Installation](#installation)
- [Support](#support)
- [Acknowledgements](#acknowledgements)
---
## Introduction
**GarudaNvim** is a blend of **Garuda**, the swift and powerful bird from Indian mythology, and **Neovim**, the highly efficient text editor. Just like Garuda symbolizes speed and agility, GarudaNvim aims to give you a fast, keyboard-centric development experience, allowing you to navigate and code with unparalleled efficiency.
---
## Overview



---
## Installation
Installation is super easy! Just copy paste the below command on your terminal, press Enter and you are good to go. GarudaNvim will be installed in your machine!
```
LATEST=$(curl -s https://api.github.com/repos/GarudaNvim/Installer/releases/latest | grep '"tag_name"' | cut -d '"' -f 4)
wget -q https://raw.githubusercontent.com/GarudaNvim/Installer/$LATEST/installGarudaNvim.sh
chmod +x installGarudaNvim.sh && { ./installGarudaNvim.sh } || { echo }
rm -f installGarudaNvim.sh
```
#### Uninstallation
Uninstallion is also easy. Run the following command to remove GarudaNvim and its repositories from your system.
```
LATEST=$(curl -s https://api.github.com/repos/GarudaNvim/Installer/releases/latest | grep '"tag_name"' | cut -d '"' -f 4)
wget -q https://raw.githubusercontent.com/GarudaNvim/Installer/$LATEST/uninstallGarudaNvim.sh
chmod +x uninstallGarudaNvim.sh && { ./uninstallGarudaNvim.sh } || { echo }
rm -f uninstallGarudaNvim.sh
```
For more information on Installation(and Uninstallation), checkout our [Installer](https://github.com/GarudaNvim/Installer) repo.
---
## Support
If you like this project, please consider giving it a star ⭐ on GitHub – it helps the project grow and reach more people! Your support is much appreciated!
If you're interested in supporting the development of GarudaNvim further, please consider [sponsoring this project](https://github.com/sponsors/prrockzed). Your contributions will help cover expenses and enable more frequent updates and enhancements. Thank you for your support!
---
## Acknowledgements
Thanks to [Neovim](https://github.com/neovim/neovim) for enabling the creation of a powerful and customizable terminal-based code editor.
A special thank you to all the creators and maintainers of the plugins used in the repo, which have significantly improved the functionality and user experience of GarudaNvim.
---
Happy Coding with **GarudaNvim**! 💻
P.S. - This project has been started by **Priyanshu Ranjan**, a final year student from **IIT Kharagpur**