Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created August 19, 2015 22:47
Show Gist options
  • Save ggreer/0ec0f48652dfbc9a1397 to your computer and use it in GitHub Desktop.
Save ggreer/0ec0f48652dfbc9a1397 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 'gmarik/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