Skip to main content

🚀 Getting Started

 ███████████ ███████████ █████   █████ █████ ██████   ██████
░░███░░░░░░█░█░░░███░░░█░░███ ░░███ ░░███ ░░██████ ██████
░███ █ ░ ░ ░███ ░ ░███ ░███ ░███ ░███░█████░███
░███████ ░███ ░███ ░███ ░███ ░███░░███ ░███
░███░░░█ ░███ ░░███ ███ ░███ ░███ ░░░ ░███
░███ ░ ░███ ░░░█████░ ░███ ░███ ░███
█████ █████ ░░███ █████ █████ █████
░░░░░ ░░░░░ ░░░ ░░░░░ ░░░░░ ░░░░░

Welcome to FtVim! 🎉

FtVim is an aesthetic and feature-rich Neovim configuration designed for ease of use and extensibility. With a carefully curated set of plugins, FtVim enhances your coding experience while providing a beautiful, functional environment for developers.

🛠️ Prerequisites

Before installing FtVim, ensure you have the following installed on your system:

  • Neovim >= 0.9.5
  • Git >= 2.19.0
  • a Nerd Font for proper icon rendering
  • Ripgrep for faster file searching

⭐ Quick Install Commands

  • Install Neovim:
bash <(curl -s https://raw.githubusercontent.com/FtVim/FtVim/refs/heads/main/scripts/install-neovim.sh)
  • Install Ripgrep:
bash <(curl -s https://raw.githubusercontent.com/FtVim/FtVim/refs/heads/main/scripts/install-ripgrep.sh)