Skip to content

Commit 18efb2c

Browse files
committed
updates for new vim stuff
1 parent 140a05a commit 18efb2c

File tree

28 files changed

+1405
-279
lines changed

28 files changed

+1405
-279
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@
6767
[submodule "vimfolder/bundle/jedi-vim"]
6868
path = vimfolder/bundle/jedi-vim
6969
url = https://github.com/davidhalter/jedi-vim.git
70+
[submodule "vimfolder/bundle/rust.vim"]
71+
path = vimfolder/bundle/rust.vim
72+
url = git://github.com/wting/rust.vim.git

ackrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
--type-set=less=.less
66
--type-set=rst=.rst
77
--type-set=yaml=.sls
8+
--ignore-dir=migrations

bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export CLICOLOR=1
2-
export LSCOLORS=ExFxCxDxBxegedabagacad
2+
#export LSCOLORS=ExFxCxDxBxegedabagacad
33
export TERM=xterm-color
44
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
55

gitconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[core]
2+
editor = vim -f
3+
[user]
4+
name = Matt George
5+
6+
[diff]
7+
tool = vimdiff
8+
tool = vim
9+
algorithm = patience
10+
[difftool]
11+
prompt = false
12+
[alias]
13+
co = checkout
14+
d = difftool
15+
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
16+
undo = reset --soft HEAD^

vimfolder/bundle/minibufexpl

Submodule minibufexpl deleted from 7e205d8

vimfolder/bundle/rust.vim

Submodule rust.vim added at a6196de

vimfolder/bundle/syntastic

vimfolder/bundle/tagbar

Submodule tagbar deleted from 1916c55

vimfolder/bundle/tasklist

Submodule tasklist deleted from 8e2dfdc

0 commit comments

Comments
 (0)