https://github.com/leotgo/nvim-settings
Repo for my personal settings for Neovim.
https://github.com/leotgo/nvim-settings
Last synced: 3 months ago
JSON representation
Repo for my personal settings for Neovim.
- Host: GitHub
- URL: https://github.com/leotgo/nvim-settings
- Owner: leotgo
- Created: 2020-10-07T20:32:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T21:48:15.000Z (over 4 years ago)
- Last Synced: 2025-01-29T13:08:31.454Z (5 months ago)
- Language: Vim script
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-settings
Repo for my personal settings for Neovim.
## Installation
Clone this repository into one the following locations:
## Windows
Depending if you use the git bash or another shell client, you should change %localappdata% to $LOCALAPPDATA
```sh
git clone https://github.com/leotgo/nvim-settings.git %localappdata%/nvim
```## Linux
```sh
git clone https://github.com/leotgo/nvim-settings.git ~/.config/nvim
```