Skip to content

Instantly share code, notes, and snippets.

View unsign3d's full-sized avatar
🏠

Luca Bruzzone unsign3d

🏠
View GitHub Profile
set nocompatible
set runtimepath+=~/.nvim/bundle/neobundle.vim/
call neobundle#begin(expand('~/.nvim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'sheerun/vim-polyglot'
NeoBundle 'tpope/vim-sensible'
NeoBundle 'mhinz/vim-signify'