Skip to content

Commit e721c61

Browse files
committed
add ctrlp, remove command_t
1 parent 4665c7e commit e721c61

File tree

8 files changed

+21
-4
lines changed

8 files changed

+21
-4
lines changed

.gitmodules

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "bundle/vim-rails"]
22
path = bundle/vim-rails
33
url = git://github.com/tpope/vim-rails.git
4-
[submodule "bundle/command_t"]
5-
path = bundle/command_t
6-
url = http://github.com/wincent/Command-T.git
74
[submodule "bundle/endwise"]
85
path = bundle/endwise
96
url = http://github.com/tpope/vim-endwise.git
@@ -19,3 +16,18 @@
1916
[submodule "bundle/emmet"]
2017
path = bundle/emmet
2118
url = http://github.com/mattn/emmet-vim.git
19+
[submodule "bundle/ctrlp"]
20+
path = bundle/ctrlp
21+
url = https://github.com/kien/ctrlp.vim.git
22+
[submodule "bundle/tlib"]
23+
path = bundle/tlib
24+
url = https://github.com/tomtom/tlib_vim.git
25+
[submodule "bundle/mw-utils"]
26+
path = bundle/mw-utils
27+
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
28+
[submodule "bundle/snipmate"]
29+
path = bundle/snipmate
30+
url = https://github.com/garbas/vim-snipmate.git
31+
[submodule "bundle/snippets"]
32+
path = bundle/snippets
33+
url = https://github.com/honza/vim-snippets.git

bundle/command_t

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/ctrlp

Submodule ctrlp added at b5d3fe6

bundle/mw-utils

Submodule mw-utils added at 0c5612f

bundle/snipmate

Submodule snipmate added at 49cf485

bundle/snippets

Submodule snippets added at c90e10e

bundle/tlib

Submodule tlib added at 12789a0

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set isk+=-
12
set nocompatible
23

34
"if has("gui")

0 commit comments

Comments
 (0)