summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 3286c18..1c0fa25 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -10,8 +10,14 @@ Plug 'christoomey/vim-tmux-navigator'
Plug 'vim-scripts/cscope.vim'
Plug 'bling/vim-airline'
Plug 'chriskempson/base16-vim'
+Plug 'nanotech/jellybeans.vim'
Plug 'jlanzarotta/bufexplorer'
Plug 'rking/ag.vim'
+Plug 'tpope/vim-fugitive'
+Plug 'rust-lang/rust.vim'
+Plug 'ctrlpvim/ctrlp.vim'
+Plug 'ciaranm/detectindent'
+Plug 'kergoth/vim-bitbake'
call plug#end()
set nocompatible