This repository contains a setup script to configure Neovim on Arch. The setup includes installing Neovim, setting up a basic configuration, and installing plugins using Lazy and Mason.
-
Clone the repository:
git clone https://github.com/sofijacom/KLA-Nvim.git ~/.config/nvim -
Install:
cd ~/.config/nvim chmod +x install.sh ./install.sh
Wait until the required components are installed
After running the install.sh script, you can start Neovim by typing nvim in your terminal.The plugins should be installed and ready to use.
