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

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

Awesome Lists containing this project

README

          


GarudaNvim



For those ready to transform their Workflow



Latest release


Release Date


Last commit


Stars



Issues


License


Repo Size



Open Source


---

## 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

gn1

gn2

gn3

---

## 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**