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
- Host: GitHub
- URL: https://github.com/srtigers98/nvim-config
- Owner: SRTigers98
- License: mit
- Created: 2023-09-11T11:05:09.000Z (over 2 years ago)
- Default Branch: scratch
- Last Pushed: 2025-05-19T07:46:46.000Z (11 months ago)
- Last Synced: 2025-06-22T19:06:56.603Z (10 months ago)
- Topics: lua, nvim
- Language: Lua
- Homepage: https://neovim.io/
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoVim Configuration

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.