Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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