Skip to content

crockeo/nvim

Repository files navigation

nvim

My neovim config. Meant to be as portable as possible so that I can get it set up on new machines ASAP.

Installation

Installation requires a couple of dependencies:

Although the latter two dependencies are optional, failing to install them will often give you ugly errors.

# get the config
$ git clone --depth=1 https://github.com/crockeo/nvim
$ mkdir -p ~/.config
$ mv nvim ~/.config

# install vim-plug and a portable version of python3.9
$ cd ~/.config
$ ./bootstrap.sh

# installs plugins OOTB
$ nvim

License

MIT Open Source licensed. Refer to LICENSE file for more info.

About

Neovim configuration B)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published