Skip to content

Instantly share code, notes, and snippets.

View yamafaktory's full-sized avatar

Davy Duperron yamafaktory

View GitHub Profile
# general
set -g default-terminal "screen-256color"
setw -g mode-mouse off
#### COLOUR (Solarized dark)
# default statusbar colors
set-option -g status-bg colour235 #base02
set-option -g status-fg colour130 #yellow
set-option -g status-attr default
" Vim-plug
call plug#begin()
Plug 'https://github.com/jelera/vim-javascript-syntax.git'
Plug 'https://github.com/itchyny/lightline.vim'
Plug 'christoomey/vim-tmux-navigator'
Plug 'bling/vim-airline'
Plug 'scrooloose/syntastic'
Plug 'airblade/vim-gitgutter'
call plug#end()
" General