This repository contains my Neovim configuration files. It allows me to quickly set up my Neovim environment on any machine I use.
This repository is designed to store and manage my Neovim configurations. By cloning this repository, I can easily set up my Neovim environment on a new machine, ensuring a consistent development experience.
To import the Neovim configuration from this repository to your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/Juhan280/config.nvim.git ~/.config/nvim
-
Install Plugins:
Open Neovim for the first time and it will automatically install all the necessary plugins.
Before using this configuration, make sure the following dependencies are installed on your system:
- Neovim (version 0.10 or higher)
After setting up the configuration, you can start using Neovim with the imported settings. The key mappings, plugin configurations, and theme settings are all defined within this repository.
- Adding Plugins: To add a new plugin, make a new file under the
lua/plugins/
directory and include the plugin configuration.