Add vim-coffee-script
This commit is contained in:
parent
389451ed6e
commit
91d6e9841a
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -40,3 +40,6 @@
|
||||||
[submodule ".vim/bundle/vim-plist"]
|
[submodule ".vim/bundle/vim-plist"]
|
||||||
path = .vim/bundle/vim-plist
|
path = .vim/bundle/vim-plist
|
||||||
url = https://github.com/hunner/vim-plist.git
|
url = https://github.com/hunner/vim-plist.git
|
||||||
|
[submodule ".vim/bundle/vim-coffee-script"]
|
||||||
|
path = .vim/bundle/vim-coffee-script
|
||||||
|
url = https://github.com/vim-scripts/vim-coffee-script.git
|
||||||
|
|
|
||||||
1
.vim/bundle/vim-coffee-script
Submodule
1
.vim/bundle/vim-coffee-script
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ccac2d9edd3cc0454b436951c77338549191f2d2
|
||||||
1
.vimrc
1
.vimrc
|
|
@ -1149,6 +1149,7 @@ Bundle 'gnupg'
|
||||||
Bundle 'tpope/vim-markdown'
|
Bundle 'tpope/vim-markdown'
|
||||||
Bundle 'hunner/vim-puppet'
|
Bundle 'hunner/vim-puppet'
|
||||||
Bundle 'hunner/vim-plist'
|
Bundle 'hunner/vim-plist'
|
||||||
|
Bundle 'vim-coffee-script'
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" Brief help
|
" Brief help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue