https://github.com/marcusbfs/nvim-config
https://github.com/marcusbfs/nvim-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusbfs/nvim-config
- Owner: marcusbfs
- Created: 2021-08-26T11:57:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T10:41:51.000Z (3 months ago)
- Last Synced: 2025-02-24T11:39:01.411Z (3 months ago)
- Language: Lua
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick start
### Windows
```bash
git clone https://github.com/marcusbfs/nvim-config.git %userprofile%\AppData\Local\nvim\```
### Linux
```bash
git clone https://github.com/marcusbfs/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim```
## Requirements
### Windows
```bash
choco install -y neovim git ripgrep wget fd unzip gzip mingw make
```### Linux
```bash
sudo apt install make gcc ripgrep unzip git xclip neovim
```