An open API service indexing awesome lists of open source software.

https://github.com/srtigers98/nvim-config

Personal NeoVim configuration
https://github.com/srtigers98/nvim-config

lua nvim

Last synced: 10 months ago
JSON representation

Personal NeoVim configuration

Awesome Lists containing this project

README

          

# NeoVim Configuration

![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)

My personal NeoVim configuration.

This configuration is based on this [blog post](https://www.josean.com/posts/how-to-setup-neovim-2024)
by [Josean Martinez](https://github.com/josean-dev).
Also some configurations and plugins are inspired by [NvChad](https://nvchad.com/)
which I used previously.

## Installation

Install the configuration by using the following command:

```bash
git clone https://github.com/SRTigers98/nvchad-config ~/.config/nvim --depth 1
```

Then you can open up NeoVim and all plugins and packages should be installed automatically.
This could take a while!

## Update

To update the configuration just use the **git pull** command to update the repository.