comparison vimrc @ 238:b3bf31ff1c1c

Add Obsession plugin for session management
author zegervdv <zegervdv@me.com>
date Tue, 10 Feb 2015 19:28:54 +0100
parents 639222e1ab7b
children 5fb4bf06d46d
comparison
equal deleted inserted replaced
237:6f3eb83613bf 238:b3bf31ff1c1c
13 call plug#begin('~/.vim/plugged') 13 call plug#begin('~/.vim/plugged')
14 " General Plugins 14 " General Plugins
15 Plug 'tpope/vim-sensible' 15 Plug 'tpope/vim-sensible'
16 Plug 'tpope/vim-fugitive' 16 Plug 'tpope/vim-fugitive'
17 Plug 'tpope/vim-repeat' 17 Plug 'tpope/vim-repeat'
18
19 " Session Management
20 Plug 'tpope/vim-obsession'
18 21
19 " Spelling 22 " Spelling
20 Plug 'tpope/vim-abolish' 23 Plug 'tpope/vim-abolish'
21 24
22 " Brackets 25 " Brackets