Giter VIP home page Giter VIP logo

hydravim's Introduction

๐ŸŒŠ HydraVim

Release Stars Issues Contributors Code Size


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

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

hydravim's People

Contributors

diogo-ss avatar washonrails avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.