https://github.com/rikcav/nvim
My personal config for Neovim
https://github.com/rikcav/nvim
dotfiles neovim
Last synced: 7 months ago
JSON representation
My personal config for Neovim
- Host: GitHub
- URL: https://github.com/rikcav/nvim
- Owner: rikcav
- Created: 2024-03-30T16:26:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T12:05:56.000Z (12 months ago)
- Last Synced: 2025-01-21T11:30:35.540Z (9 months ago)
- Topics: dotfiles, neovim
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This repository contains my personal Neovim configuration files.
Neovim is a highly customizable text editor that inherits the powerful editing
capabilities of Vim while adding modern features like built-in terminal support
and a more user-friendly configuration format.## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/rikcav/nvim.git ~/.config/nvim
```2. Install the required plugins:
Open Neovim, go to `lua/plugins.lua` and save the file.
It will automatically install the plugins.3. Restart Neovim for the changes to take effect.
## Contributing
If you'd like to contribute to my Neovim configuration, feel free to fork this
repository and submit a pull request with your changes.