Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LexSong/nvim-old
My Neovim configs
https://github.com/LexSong/nvim-old
neovim-config
Last synced: about 1 month ago
JSON representation
My Neovim configs
- Host: GitHub
- URL: https://github.com/LexSong/nvim-old
- Owner: LexSong
- Archived: true
- Created: 2019-11-14T12:29:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T15:13:04.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:44:00.072Z (4 months ago)
- Topics: neovim-config
- Language: Vim Script
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - LexSong/nvim-old - My Neovim configs (Vim Script)
README
# My Neovim Configs
### CD to `$XDG_CONFIG_HOME`
Remember to set `$XDG_CONFIG_HOME` to `%USERPROFILE%\.config` on Windows.
# Windows
cd /d %XDG_CONFIG_HOME%# Linux
cd $XDG_CONFIG_HOME### Clone this repository
git clone https://github.com/LexSong/nvim.git nvim
### Enable Python integration
pip install pynvim
Run `:checkhealth` to see if it works correctly.
See `:h provider-python` for more details.### Install minpac
git clone https://github.com/k-takata/minpac.git nvim/pack/minpac/opt/minpac
### Install plugins with minpac
:PackUpdate