Skip to content

Instantly share code, notes, and snippets.

@DenKey
Last active February 4, 2018 20:57
Show Gist options
  • Save DenKey/40db728ebaf466c5208a1fbf9bff2385 to your computer and use it in GitHub Desktop.
Save DenKey/40db728ebaf466c5208a1fbf9bff2385 to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'morhetz/gruvbox'
" Initialize plugin system
call plug#end()
syntax on
colorscheme gruvbox
set background=dark
set number
set expandtab
set tabstop=2
set hlsearch
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment