https://github.com/philrunninger/nvim_config
My neovim configuration
https://github.com/philrunninger/nvim_config
Last synced: 5 months ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/philrunninger/nvim_config
- Owner: PhilRunninger
- License: mit
- Created: 2020-08-28T22:15:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T20:02:10.000Z (over 1 year ago)
- Last Synced: 2025-02-26T21:18:59.935Z (over 1 year ago)
- Language: Vim Script
- Size: 338 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim Setup
## Installation
1. Clone the repository.
1. Initialize and update the submodules.
1. See submodules' READMEs for additional setup instructions.
### Linux or Mac
```
cd ~/.config
git clone git@github.com:PhilRunninger/nvim_config.git nvim
git submodule update --init
nvim
```
### Windows
```
cd ~/AppData/Local/
git clone git@github.com:PhilRunninger/nvim_config.git nvim
git submodule update --init
nvim
```