Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created August 19, 2015 22:58
Show Gist options
  • Save ggreer/fab9950ce40325c76af9 to your computer and use it in GitHub Desktop.
Save ggreer/fab9950ce40325c76af9 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.nvim/bundle/Vundle.vim
call vundle#begin('~/.nvim/bundle')
Plugin 'VundleVim/Vundle.vim'
Plugin 'Floobits/floobits-neovim'
call vundle#end()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment