Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 4.69 KB

README.md

File metadata and controls

94 lines (73 loc) · 4.69 KB
GarudaNvim

For those ready to transform their Workflow

Latest release Release Date Last commit Stars
Issues License Repo Size
Open Source


Contents


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.


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 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. Your contributions will help cover expenses and enable more frequent updates and enhancements. Thank you for your support!


Acknowledgements

Thanks to 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