Skip to main content

🛠️ Installation

Using the starter template

  1. Delete or Backup Your Current Neovim Files To ensure a clean installation, remove or back up your existing Neovim configuration and data files:
# Remove existing Neovim configuration (required)
rm -rf ~/.config/nvim

# Optional but recommended: clean Neovim data and cache
rm -rf ~/.local/share/nvim/lazy
rm -rf ~/.local/share/nvim/mason
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
  1. Clone the FtVim Starter Configuration Next, clone the FtVim starter repository into your Neovim configuration directory:
git clone https://github.com/FtVim/starter ~/.config/nvim
  1. Start Neovim! Now you're ready to launch Neovim with your fresh FtVim setup:
nvim