washonrails / HydraVim

πŸ™ HydraVim is a neovim distrubution made in the depths of the ocean waters! 🫧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Stars Issues Contributors Code Size


Welcome to official Hydra 🌊 Repository! Carefully designed with usability and functionality in mind , keep the lightness on resources! All-in-one for back-end and front-end developers.

πŸš€ Showcase

✨ Features

Themes

TNPrint



CPPRINT



githubmode


🎯 Requirements


πŸ›  Installation

After dependencies setup , execute the command below . Make sure that Git is installed

🐧 Linux/🍎macOS

  • Backup of your current nvim
mv ~/.config/nvim ~/.config/nvim.bak
  • Clone the HydraVim and start Neovim
git clone https://github.com/HydraVim/HydraVim.git --depth 1 --branch main ~/.config/nvim && nvim

πŸͺŸ Windows - Powershell

  • Backup of your current nvim
Move-Item $HOME\AppData\Local\nvim $HOME\AppData\Local\nvim.bak
  • Clone the HydraVim and start Neovim
git clone https://github.com/HydraVim/HydraVim.git $HOME\AppData\Local\nvim --depth 1 --branch main && nvim

πŸ”  Languages

Nvim supports Language Server Protocol (LSP), which means that it acts as a client for LSP servers. Thus, all language support is done through Mason (LSP Installer) and automatically configured by LSPConfig. Use the Mason command to manage your language servers. nvim-cmp is responsible for giving suggestions for completing your code, including snippets. Syntax highlighting is installed automatically through the Tree-sitter

In short: Open HydarVim and start coding.

Read more about lsp here.


πŸ™ Live Server

Development in real time.

Live Server Config
  • Install Live-server
npm i -g live-server
  • Case install fails
sudo npm i -g live-server

To use follow the instructions below

  • Go to index.html on Hydravim and open the terminal and type live-server, an window will open automatically on your default browser

  • The server will be updated automatically.

πŸ“š Wiki

All HydraVim documentation is available on the Wiki, from installation to possible usage errors.

πŸ’« Thanks to

We are grateful to the repositories, plugin authors and the Neovim community for making HydraVim possible. They offer special thanks to AstroVim, NvChad, LunarVim and CosmicVim for their inspiration and resources, as well as to all the plugin developers who have created useful tools for Neovim.

🎈 Maintainers

About

πŸ™ HydraVim is a neovim distrubution made in the depths of the ocean waters! 🫧

License:GNU Affero General Public License v3.0


Languages

Language:Lua 99.2%Language:Shell 0.8%