summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2016-01-04 18:12:54 +0100
committerAhmed Abdelhalim <[email protected]>2016-01-04 18:12:54 +0100
commitb276691f09d70ce57096c3df40a8ffc49645dace (patch)
tree6e4c953887fabd1947321f84c949ee9d51a43c41 /.vimrc
parentb4d5cff56a17dc6fa8be92219ec939de4b314583 (diff)
CHORE: add the limelight plugin
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 3a53998..d73b93f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -31,6 +31,7 @@ Plugin 'honza/vim-snippets'
" Plugin 'szw/vim-ctrlspace'
" Plugin 'vim-ruby/vim-ruby'
" Plugin 'nvie/vim-flake8'
+Plugin 'junegunn/limelight.vim'
call vundle#end()
syntax on