🛠️ Installation
Using the starter template
- 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
- 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
- Start Neovim! Now you're ready to launch Neovim with your fresh FtVim setup:
nvim