Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spacevim | 19,699 | 3 hours ago | 1 | July 02, 2022 | 50 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 15,436 | 7 hours ago | 2 | August 19, 2021 | 1 | gpl-3.0 | Lua | |||
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime | ||||||||||
Vim Galore | 15,154 | a month ago | 8 | cc-by-sa-4.0 | Vim script | |||||
:mortar_board: All things Vim! | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Learn Vim | 10,857 | 23 days ago | 8 | other | ||||||
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 | ||||||||||
Vnote | 10,043 | a month ago | 547 | lgpl-3.0 | C++ | |||||
A pleasant note-taking platform. | ||||||||||
Vim.wasm | 5,216 | 2 | 1 | 3 months ago | 14 | December 30, 2019 | 13 | Vim Script | ||
Vim editor ported to WebAssembly | ||||||||||
Amp | 3,273 | 2 months ago | 11 | February 05, 2020 | 95 | other | Rust | |||
A complete text editor for your terminal. | ||||||||||
Evil | 2,838 | a day ago | 256 | gpl-3.0 | Emacs Lisp | |||||
The extensible vi layer for Emacs. | ||||||||||
Awesome Devenv | 2,490 | 9 days ago | 17 | |||||||
A curated list of awesome tools, resources and workflow tips making an awesome development environment. |
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.
After dependencies setup , execute the command below . Make sure that Git is installed
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/HydraVim/HydraVim.git --depth 1 --branch main ~/.config/nvim && nvim
git clone https://github.com/HydraVim/HydraVim.git $HOME\AppData\Local\nvim --depth 1 --branch main && nvim
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
Remove-Item -Path $HOME\AppData\Local\nvim -Force
Remove-Item -Path $HOME\AppData\Local\nvim-data -Force
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.
Development in real time.
- 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.
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.