https://github.com/nizamiza/nvim
NeoVim config for web dev
https://github.com/nizamiza/nvim
lua neovim nvim vim
Last synced: about 2 months ago
JSON representation
NeoVim config for web dev
- Host: GitHub
- URL: https://github.com/nizamiza/nvim
- Owner: nizamiza
- Created: 2023-02-17T16:30:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T04:59:05.000Z (about 2 years ago)
- Last Synced: 2025-06-17T15:51:18.187Z (about 1 year ago)
- Topics: lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Personal NeoVim Configuration
Very simple configuration of NeoVim using [RPM](https://github.com/nizamiza/rpm)
for plugin management.
## Installation
Before you start, make sure that you have installed [NeoVim](https://neovim.io)
and [Git](https://http://git-scm.com) on your system. Then, backup your current
configuration if you have any:
```bash
mv ~/.config/nvim ~/.config/nvim.bak
```
Clone this repository into your `~/.config` directory:
```bash
git clone https://github.com/nizamiza/nvim.git ~/.config/nvim
```