Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c3b4ab

Browse files
committed
ruby vimrc
0 parents  commit5c3b4ab

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

‎README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Ruby vimrc
2+
==========
3+
4+
Birth for what?
5+
=======
6+
7+
Simplely config your vimrc, just for ruby programming
8+
9+
10+
How To Use?
11+
=========
12+
```bash
13+
git clone<project>
14+
15+
cp ruby-vimrc/vimrc~/.vimrc
16+
17+
Open vim
18+
19+
:BundleInstall(in vim )
20+
```

‎vimrc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
setnocompatible" be iMproved
2+
filetypeoff" required!
3+
4+
setrtp+=~/.vim/bundle/vundle/
5+
callvundle#rc()
6+
7+
" let Vundle manage Vundle
8+
" required!
9+
Bundle'gmarik/vundle'
10+
11+
" my configure
12+
settabstop=2
13+
setsofttabstop=2
14+
setshiftwidth=2
15+
16+
" My Bundles here:
17+
"
18+
" original repos on github
19+
Bundle'tpope/vim-fugitive'
20+
Bundle'Lokaltog/vim-easymotion'
21+
Bundle'rstacruz/sparkup', {'rtp':'vim/'}
22+
Bundle'tpope/vim-rails.git'
23+
" vim-scripts repos
24+
Bundle'L9'
25+
Bundle'FuzzyFinder'
26+
" non github repos
27+
Bundle'git://git.wincent.com/command-t.git'
28+
" ...
29+
30+
filetypepluginindenton" required!
31+
"
32+
" Brief help
33+
" :BundleList - list configured bundles
34+
" :BundleInstall(!) - install(update) bundles
35+
" :BundleSearch(!) foo - search(or refresh cache first) for foo
36+
" :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
37+
"
38+
" see :h vundle for more details or wiki for FAQ
39+
" NOTE: comments after Bundle command are not allowed..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp