Merge pull request #2 from nicknisi/vundle
Replacing pathogen with vundle
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.netrwhist
|
.netrwhist
|
||||||
|
vim/vim.symlink/bundle/
|
||||||
|
|||||||
99
.gitmodules
vendored
99
.gitmodules
vendored
@@ -1,96 +1,3 @@
|
|||||||
[submodule "vim/vim.symlink/bundle/vim-endwise"]
|
[submodule "vim/vim.symlink/bundle/vundle"]
|
||||||
path = vim/vim.symlink/bundle/vim-endwise
|
path = vim/vim.symlink/bundle/vundle
|
||||||
url = https://github.com/tpope/vim-endwise.git
|
url = git@github.com:gmarik/vundle.git
|
||||||
[submodule "vim/vim.symlink/bundle/vim-rake"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-rake
|
|
||||||
url = https://github.com/tpope/vim-rake.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-fugitive"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-fugitive
|
|
||||||
url = https://github.com/tpope/vim-fugitive.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/scss-syntax"]
|
|
||||||
path = vim/vim.symlink/bundle/scss-syntax
|
|
||||||
url = https://github.com/cakebaker/scss-syntax.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-ragtag"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-ragtag
|
|
||||||
url = https://github.com/tpope/vim-ragtag.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-jquery"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-jquery
|
|
||||||
url = https://github.com/itspriddle/vim-jquery.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-node"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-node
|
|
||||||
url = https://github.com/mmalecki/vim-node.js.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-javascript"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-javascript
|
|
||||||
url = https://github.com/pangloss/vim-javascript.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-markdown"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-markdown
|
|
||||||
url = https://github.com/tpope/vim-markdown.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-ruby"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-ruby
|
|
||||||
url = https://github.com/vim-ruby/vim-ruby.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/ctrlp"]
|
|
||||||
path = vim/vim.symlink/bundle/ctrlp
|
|
||||||
url = https://github.com/kien/ctrlp.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/nerdtree"]
|
|
||||||
path = vim/vim.symlink/bundle/nerdtree
|
|
||||||
url = https://github.com/scrooloose/nerdtree.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-powerline"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-powerline
|
|
||||||
url = https://github.com/Lokaltog/vim-powerline.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/delimitMate"]
|
|
||||||
path = vim/vim.symlink/bundle/delimitMate
|
|
||||||
url = https://github.com/Raimondi/delimitMate.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-less"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-less
|
|
||||||
url = https://github.com/groenewege/vim-less.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vitality"]
|
|
||||||
path = vim/vim.symlink/bundle/vitality
|
|
||||||
url = https://github.com/sjl/vitality.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-colors-solarized"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-colors-solarized
|
|
||||||
url = https://github.com/altercation/vim-colors-solarized.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-coffee-script"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-coffee-script
|
|
||||||
url = https://github.com/kchmck/vim-coffee-script.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-rails"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-rails
|
|
||||||
url = https://github.com/tpope/vim-rails.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-pathogen"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-pathogen
|
|
||||||
url = https://github.com/tpope/vim-pathogen.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-jade"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-jade
|
|
||||||
url = https://github.com/digitaltoad/vim-jade.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-mustache"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-mustache
|
|
||||||
url = git://github.com/juvenn/mustache.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-html5"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-html5
|
|
||||||
url = https://github.com/othree/html5.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-matchit"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-matchit
|
|
||||||
url = https://github.com/tsaleh/vim-matchit.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-surround"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-surround
|
|
||||||
url = https://github.com/tpope/vim-surround.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-commentary"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-commentary
|
|
||||||
url = https://github.com/tpope/vim-commentary.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vim-ack"]
|
|
||||||
path = vim/vim.symlink/bundle/vim-ack
|
|
||||||
url = https://github.com/mileszs/ack.vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/ir-whack"]
|
|
||||||
path = vim/vim.symlink/bundle/ir-whack
|
|
||||||
url = git@github.com:nicknisi/ir-whack.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/scratch"]
|
|
||||||
path = vim/vim.symlink/bundle/scratch
|
|
||||||
url = git@github.com:duff/vim-scratch.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/syntastic"]
|
|
||||||
path = vim/vim.symlink/bundle/syntastic
|
|
||||||
url = git@github.com:scrooloose/syntastic.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/zencoding"]
|
|
||||||
path = vim/vim.symlink/bundle/zencoding
|
|
||||||
url = git@github.com:mattn/zencoding-vim.git
|
|
||||||
[submodule "vim/vim.symlink/bundle/vimux"]
|
|
||||||
path = vim/vim.symlink/bundle/vimux
|
|
||||||
url = git@github.com:benmills/vimux.git
|
|
||||||
|
|||||||
@@ -18,6 +18,8 @@
|
|||||||
gdc = diff --cached
|
gdc = diff --cached
|
||||||
# show changed files for a commit
|
# show changed files for a commit
|
||||||
cf = show --pretty="format:" --name-only
|
cf = show --pretty="format:" --name-only
|
||||||
|
# undo a commit
|
||||||
|
undo = reset --soft
|
||||||
|
|
||||||
# stash shortcuts
|
# stash shortcuts
|
||||||
sp = stash pop
|
sp = stash pop
|
||||||
@@ -82,3 +84,5 @@
|
|||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
pager = less -FXRS -x2
|
pager = less -FXRS -x2
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
|||||||
Submodule vim/vim.symlink/bundle/ctrlp deleted from 5b98c7453f
Submodule vim/vim.symlink/bundle/delimitMate deleted from 0326b7c14a
Submodule vim/vim.symlink/bundle/ir-whack deleted from 8ce7dea6bd
Submodule vim/vim.symlink/bundle/nerdtree deleted from 1dc3891f96
Submodule vim/vim.symlink/bundle/scratch deleted from 90c2bc4bfe
Submodule vim/vim.symlink/bundle/scss-syntax deleted from c530623157
Submodule vim/vim.symlink/bundle/syntastic deleted from 2e7d73305b
Submodule vim/vim.symlink/bundle/vim-ack deleted from e93f693fd2
Submodule vim/vim.symlink/bundle/vim-coffee-script deleted from 089506ed89
Submodule vim/vim.symlink/bundle/vim-colors-solarized deleted from 528a59f26d
Submodule vim/vim.symlink/bundle/vim-commentary deleted from dc349bb7d3
Submodule vim/vim.symlink/bundle/vim-endwise deleted from a45d4a6221
Submodule vim/vim.symlink/bundle/vim-fugitive deleted from 6f380fa8c6
Submodule vim/vim.symlink/bundle/vim-html5 deleted from 020d440eeb
Submodule vim/vim.symlink/bundle/vim-jade deleted from 35ce7b3f4a
Submodule vim/vim.symlink/bundle/vim-javascript deleted from 395f8901b3
Submodule vim/vim.symlink/bundle/vim-jquery deleted from 61890d8e5b
Submodule vim/vim.symlink/bundle/vim-less deleted from 0223dcdf0f
Submodule vim/vim.symlink/bundle/vim-markdown deleted from 9407dae660
Submodule vim/vim.symlink/bundle/vim-matchit deleted from 8f8665e04f
Submodule vim/vim.symlink/bundle/vim-mustache deleted from c3ee501a2d
Submodule vim/vim.symlink/bundle/vim-node deleted from 0b5146fa9b
Submodule vim/vim.symlink/bundle/vim-pathogen deleted from 49e6d62fb1
Submodule vim/vim.symlink/bundle/vim-powerline deleted from 99277d9eed
Submodule vim/vim.symlink/bundle/vim-ragtag deleted from 2f639ea61a
Submodule vim/vim.symlink/bundle/vim-rails deleted from 7878d04899
Submodule vim/vim.symlink/bundle/vim-rake deleted from fd4cadbd94
Submodule vim/vim.symlink/bundle/vim-ruby deleted from 4245457655
Submodule vim/vim.symlink/bundle/vim-surround deleted from 1a73f607f8
Submodule vim/vim.symlink/bundle/vimux deleted from d6d88a4fce
Submodule vim/vim.symlink/bundle/vitality deleted from dfbdc2a086
1
vim/vim.symlink/bundle/vundle
Submodule
1
vim/vim.symlink/bundle/vundle
Submodule
Submodule vim/vim.symlink/bundle/vundle added at 2a494ff00f
Submodule vim/vim.symlink/bundle/zencoding deleted from f6c5a8c717
@@ -1,10 +1,39 @@
|
|||||||
" vim settings
|
" vim settings
|
||||||
|
|
||||||
" Pathogen
|
filetype off
|
||||||
" loads all plugins places in the ~/.vim/bundle directory
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
call vundle#rc()
|
||||||
let g:pathogen_disabled=[]
|
|
||||||
call pathogen#infect()
|
" let vundle manage vundle
|
||||||
|
Bundle 'gmarik/vundle'
|
||||||
|
|
||||||
|
" my vim plugins
|
||||||
|
Bundle 'kien/ctrlp.vim'
|
||||||
|
Bundle 'scrooloose/nerdtree'
|
||||||
|
Bundle 'mileszs/ack.vim'
|
||||||
|
Bundle 'scrooloose/syntastic'
|
||||||
|
Bundle 'Raimondi/delimitMate'
|
||||||
|
Bundle 'tpope/vim-commentary'
|
||||||
|
Bundle 'tpope/vim-endwise'
|
||||||
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
Bundle 'othree/html5.vim'
|
||||||
|
Bundle 'pangloss/vim-javascript'
|
||||||
|
Bundle 'itspriddle/vim-jquery'
|
||||||
|
Bundle 'tpope/vim-markdown'
|
||||||
|
Bundle 'mmalecki/vim-node.js'
|
||||||
|
Bundle 'Lokaltog/vim-powerline'
|
||||||
|
Bundle 'tpope/vim-ragtag'
|
||||||
|
Bundle 'tpope/vim-surround'
|
||||||
|
Bundle 'sjl/vitality.vim'
|
||||||
|
Bundle 'duff/vim-scratch'
|
||||||
|
Bundle 'cakebaker/scss-syntax.vim'
|
||||||
|
Bundle 'kchmck/vim-coffee-script'
|
||||||
|
Bundle 'groenewege/vim-less'
|
||||||
|
Bundle 'nono/vim-handlebars'
|
||||||
|
Bundle 'tsaleh/vim-matchit'
|
||||||
|
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => General
|
" => General
|
||||||
@@ -40,7 +69,7 @@ set softtabstop=4
|
|||||||
set ttyfast
|
set ttyfast
|
||||||
|
|
||||||
" allow matching of if/end, etc. with %
|
" allow matching of if/end, etc. with %
|
||||||
runtime macros/matchit.vim
|
" runtime macros/matchit.vim
|
||||||
|
|
||||||
" highlight conflicts
|
" highlight conflicts
|
||||||
match ErrorMsg '^\(<\|=\|>\)\{7\}\([^=].\+\)\?$'
|
match ErrorMsg '^\(<\|=\|>\)\{7\}\([^=].\+\)\?$'
|
||||||
@@ -103,10 +132,10 @@ set showmatch " show matching braces
|
|||||||
set mat=2 " how many tenths of a second to blink
|
set mat=2 " how many tenths of a second to blink
|
||||||
|
|
||||||
" switch to line when editing and block when not
|
" switch to line when editing and block when not
|
||||||
let cursor_to_bar = "\<Esc>]50;CursorShape=1\x7"
|
" let cursor_to_bar = "\<Esc>]50;CursorShape=1\x7"
|
||||||
let cursor_to_block = "\<Esc>]50;CursorShape=0\x7"
|
" let cursor_to_block = "\<Esc>]50;CursorShape=0\x7"
|
||||||
let &t_SI = cursor_to_bar
|
" let &t_SI = cursor_to_bar
|
||||||
let &t_EI = cursor_to_block
|
" let &t_EI = cursor_to_block
|
||||||
|
|
||||||
" error bells
|
" error bells
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
@@ -163,7 +192,7 @@ set laststatus=2 " show the satus line all the time
|
|||||||
" Additional, plugin-specific mappings are located under
|
" Additional, plugin-specific mappings are located under
|
||||||
" the plugins section
|
" the plugins section
|
||||||
"
|
"
|
||||||
nnoremap K :q<cr>
|
" nnoremap K :q<cr>
|
||||||
|
|
||||||
" remap esc and disable to force learning
|
" remap esc and disable to force learning
|
||||||
inoremap jk <esc>
|
inoremap jk <esc>
|
||||||
|
|||||||
Reference in New Issue
Block a user