Skip to content

Instantly share code, notes, and snippets.

@draganmarjanovic
Created August 1, 2016 11:42
Show Gist options
  • Save draganmarjanovic/81425f2c8624597495e6f11db8da94e0 to your computer and use it in GitHub Desktop.
Save draganmarjanovic/81425f2c8624597495e6f11db8da94e0 to your computer and use it in GitHub Desktop.
" Vundle Stuff
set nocompatible
filetype off
set rtp+=~/.config/nvim/bundle/Vundle.vim
" Plugins
call vundle#begin()
Plugin 'VundleVim/Vundle.vim' " Vundle
Plugin 'airblade/vim-gitgutter'
Plugin 'mattn/gist-vim' " Create Gists
Plugin 'mattn/webapi-vim'
call vundle#end()
" My Options
set laststatus=2
syntax on
set number
let g:airline_powerline_fonts = 1
set tabstop=4
set numberwidth=3
set shiftwidth=4
set expandtab
command Hex %!xxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment