Skip to content

johnmarcampbell/nvim-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-env

A portable neovim environment.

Installation

First backup and delete any existing vim environment files/directories.

tar -cvf ~/neovimEnvironmentBackup.tar ~/.config/nvim && \
rm -r ~/.config/nvim

Clone the repo with

git clone https://github.com/johnmarcampbell/nvim-env ~/.config/nvim

The plugins are managed with vim-plug, which is included as a submodule. Pull down the submodule with

cd ~/.config/nvim && \
git submodule init && \
git submodule update

and install the plugins by opening neovim and issuing the :PlugInstall command.

About

A portable neovim environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published