Skip to content

Commit

Permalink
Add vim-obsession
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 10, 2015
1 parent 0e0a2bf commit a3a150c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Expand Up @@ -78,3 +78,7 @@
path = bundle/vimroom
url = https://github.com/mikewest/vimroom.git
ignore = dirty
[submodule "bundle/obsession"]
path = bundle/obsession
url = git@github.com:tpope/vim-obsession.git
ignore = dirty
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ My vim configuration is derived from work by [John Anderson][anderson]. As descr
* [repeat](https://github.com/tpope/vim-repeat) — support the dot command with plugin maps (like in surround.vim and commentary.vim).
* TagList — list and jump between functions in your source using CTags
- `,tags` toggles the TagList pane
* [Obsession](https://github.com/tpope/vim-obsession) — session persistence. Works great with the [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) plugin.
* [Syntastic](https://github.com/scrooloose/syntastic) — multi-lingual syntax checking. I use `flake8` to do style on syntax checking on Python code. See `ftplugin/python.vim` for my PEP8 exceptions.
* [Supertab](https://github.com/ervandew/supertab) to handle completions with a tab. I'm looking to switch to YouCompleteMe for this task, though.
* [NERDTree](https://github.com/scrooloose/nerdtree) — trusty file system explorer, like TextMate's drawer. Toggle the pane with `,n`.
Expand Down
1 change: 1 addition & 0 deletions bundle/obsession
Submodule obsession added at 4ab72e

0 comments on commit a3a150c

Please sign in to comment.