# Install Neovim sudo pacman -S neovim # Install External Dependencies sudo pacman -S git ripgrep xclip # Clone Kickstart.nvim Repository git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}/nvim"