https://github.com/krisleech/neovim-config
My NeoVIM configuration
https://github.com/krisleech/neovim-config
Last synced: about 1 year ago
JSON representation
My NeoVIM configuration
- Host: GitHub
- URL: https://github.com/krisleech/neovim-config
- Owner: krisleech
- Created: 2016-05-03T09:52:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T09:16:53.000Z (over 3 years ago)
- Last Synced: 2025-04-13T03:06:53.098Z (about 1 year ago)
- Language: Vim Script
- Size: 53.7 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeoVIM Configuration
My setup:
* Linux
* i3 Window Manager
## Dependencies
* [Install NeoVIM](https://github.com/neovim/neovim/wiki/Installing-Neovim)
* [fzf](https://github.com/junegunn/fzf).
* [xclip](http://linux.die.net/man/1/xclip)
## Installation
```
cd ~/.config
git clone git@github.com:krisleech/neovim-config.git nvim
```
Install the Plugins:
Start NeoVim, `nvim` and run `:PlugInstall`.
## Misc
To update the plugin manager:
```
:PlugUpgrade
```
To update the plugins:
```
:PlugUpdate
```