Skip to content

Instantly share code, notes, and snippets.

@jakemayeux
Last active April 22, 2017 02:44
Show Gist options
  • Save jakemayeux/9b86ab6d96f66612ca7d84d4c84b5cae to your computer and use it in GitHub Desktop.
Save jakemayeux/9b86ab6d96f66612ca7d84d4c84b5cae to your computer and use it in GitHub Desktop.
nmap ; :
set nocompatible
"nmap <C-b> :.!bash
set ai
set rtp +=~/.vim/bundle/Vundle.vim
set path+=**
set tabstop=3
set shiftwidth=3
set nu
set laststatus=2
set wildmode=longest,list
set wildmenu
set fdm=syntax
set showtabline=1
set mouse=a
set nolinebreak
set nowrap
"set foldlevel=99
set nofoldenable
set go-=r
let &t_SI = "\<Esc>Ptmux;\<Esc>\<Esc>]50;CursorShape=1\x7\<Esc>\\"
let &t_SR = "\<Esc>Ptmux;\<Esc>\<Esc>]50;CursorShape=2\x7\<Esc>\\"
let &t_EI = "\<Esc>Ptmux;\<Esc>\<Esc>]50;CursorShape=0\x7\<Esc>\\"
filetype off
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/nerdcommenter'
Plugin 'pangloss/vim-javascript'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'flazz/vim-colorschemes'
Plugin 'jiangmiao/auto-pairs'
Plugin 'bling/vim-airline'
Plugin 'alvan/vim-closetag'
Plugin 'kchmck/vim-coffee-script'
"Plugin 'gorodinskiy/vim-coloresque'
Plugin 'severin-lemaignan/vim-minimap'
Plugin 'sollidsnake/vterm'
call vundle#end()
filetype plugin on
let g:airline_powerline_fonts = 1
let g:airline_theme='breezy'
syntax enable
set guifont=Meslo\ LG\ S\ for\ Powerline:h14
colo Monokai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment