https://github.com/messense/nvim-config
My neovim configuration
https://github.com/messense/nvim-config
Last synced: 11 months ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/messense/nvim-config
- Owner: messense
- Created: 2021-12-15T04:16:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T06:21:37.000Z (over 4 years ago)
- Last Synced: 2025-04-23T02:15:11.607Z (about 1 year ago)
- Language: Lua
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal neovim configuration
My neovim configuration bootstrapped from [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim).
## Installation
Prerequisites: setup a pyenv virtualenv named `neovim` and install `pynvim` in it.
```bash
git clone git@github.com:messense/nvim-config.git ~/.config/nvim
```
Open neovim and run `PackerInstall` command.
## Usage
Leader key is the space key.