Skip to content

Instantly share code, notes, and snippets.

@gf3
Last active January 22, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gf3/3d90fd82deaa4cab19fb8d817a370e27 to your computer and use it in GitHub Desktop.
Save gf3/3d90fd82deaa4cab19fb8d817a370e27 to your computer and use it in GitHub Desktop.
Neovim config setup
#!/bin/sh
# Install:
# curl -fsL https://gist.githubusercontent.com/gf3/3d90fd82deaa4cab19fb8d817a370e27/raw/setup.sh | sh
# Directories
mkdir -p ~/.local/share/nvim/{backup,swap,undo}
# Config
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl -fLo ~/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/gf3/dotfiles/master/.config/nvim/init.vim
# Install plugins
nvim +PlugInstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment