Skip to content

Instantly share code, notes, and snippets.

View rcroote's full-sized avatar

Ryan Croote rcroote

  • Grand Rapids, MI
View GitHub Profile
# Last modified: 2011 May 18
# Author: Florian CROUZAT <contact@floriancrouzat.net>
# Feel free to do whatever you want with this file.
# Just make sure to credit what deserve credits.
# Binds {{{
# Prefix
unbind C-b
set-option -g prefix C-a
bind a send-prefix
@rcroote
rcroote / init.vim
Last active March 8, 2018 17:26
neovim config
call plug#begin('~/.local/share/nvim/plugged')
if has('nvim')
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
else
Plug 'Shougo/deoplete.nvim'
Plug 'roxma/nvim-yarp'
Plug 'roxma/vim-hug-neovim-rpc'
endif