https://github.com/quantumsnowball/nvim-packer
A ready to use custom nvim config
https://github.com/quantumsnowball/nvim-packer
lua neovim nvim nvim-configs nvim-plugin
Last synced: 3 months ago
JSON representation
A ready to use custom nvim config
- Host: GitHub
- URL: https://github.com/quantumsnowball/nvim-packer
- Owner: quantumsnowball
- Created: 2022-06-07T14:14:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T13:24:38.000Z (about 3 years ago)
- Last Synced: 2023-03-06T03:19:39.992Z (about 3 years ago)
- Topics: lua, neovim, nvim, nvim-configs, nvim-plugin
- Language: Lua
- Homepage:
- Size: 298 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A ready to use neovim config
## Install
1. Backup your original config folder:
```
cd ~/.config
mv nvim/ nvim.backup/
```
2. Clone the repo into ~/.config
```
git clone https://github.com/quantumsnowball/nvim.git
```