Skip to main content

ChinerNvim

A out-of-the-box neovim configuration for react and web technologies 🌐

✨ Features

  • Language server protocol built-in
  • Prettier formatter by default
  • Git integration
  • File explorer
  • Telescope for finding
  • Syntax highlighting

🛠️ Installation

🧾 Requirements

⚡ Quick Start

# Move to .config directory
$ cd ~/.config

# Back up our current config (Recommended)
$ cp -r nvim nvim.backup

# Clone repository
$ git clone https://github.com/pauchiner/chiner.nvim ~/.config/nvim

# Run, when all plugins are installed, reload it
$ nvim