Hydravim

HydraVim is a neovim distrubution made in the depths of the ocean waters! 🫧
Alternatives To Hydravim
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Spacevim19,699
3 hours ago1July 02, 202250gpl-3.0Lua
A community-driven modular vim/neovim distribution - The ultimate vimrc
Nvchad15,436
7 hours ago2August 19, 20211gpl-3.0Lua
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Vim Galore15,154
a month ago8cc-by-sa-4.0Vim script
:mortar_board: All things Vim!
Oni11,47713 years ago6April 02, 2017518mitTypeScript
Oni: Modern Modal Editing - powered by Neovim
Learn Vim10,857
23 days ago8other
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
Vnote10,043
a month ago547lgpl-3.0C++
A pleasant note-taking platform.
Vim.wasm5,216213 months ago14December 30, 201913Vim Script
Vim editor ported to WebAssembly
Amp3,273
2 months ago11February 05, 202095otherRust
A complete text editor for your terminal.
Evil2,838
a day ago256gpl-3.0Emacs Lisp
The extensible vi layer for Emacs.
Awesome Devenv2,490
9 days ago17
A curated list of awesome tools, resources and workflow tips making an awesome development environment.
Alternatives To Hydravim
Select To Compare


Alternative Project Comparisons
Readme

HydraVim

         


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


Features

  • Fast startup times
  • Autocompletion with nvim-cmp
  • Terminal with Toggleterm
  • LSP (Language Server Protocol)
  • Automatic LSP with Mason and LSP Config.
  • Syntax highlighting with Treesitter
  • Statusline and Bufferline
  • Integration with Git
  • Easily customize
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 - Test

  • Powershell
git clone https://github.com/HydraVim/HydraVim.git $HOME\AppData\Local\nvim --depth 1 --branch main && nvim

Uninstall

Linux/macOS

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim

Windows

  • Powershell
Remove-Item -Path $HOME\AppData\Local\nvim -Force
Remove-Item -Path $HOME\AppData\Local\nvim-data -Force

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 LSP Config. 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 ``` shell npm i -g live-server ``` - Case install fails ``` shell 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.

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

General

Popular Editor Projects
Popular Vim Projects
Popular Text Editors Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Lua
Editor
Vim
Dotfiles
Ide
Nvim
Hydra