Adding solarized and tagbar
This commit is contained in:
parent
0d299cbd7d
commit
53f368cac1
5 changed files with 18 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -10,3 +10,9 @@
|
|||
[submodule "vim/bundle/supertab"]
|
||||
path = vim/bundle/supertab
|
||||
url = git://github.com/ervandew/supertab.git
|
||||
[submodule "vim/bundle/tagbar"]
|
||||
path = vim/bundle/tagbar
|
||||
url = git://github.com/majutsushi/tagbar.git
|
||||
[submodule "vim/bundle/solarized"]
|
||||
path = vim/bundle/solarized
|
||||
url = git://github.com/altercation/vim-colors-solarized.git
|
||||
|
|
|
|||
1
vim/bundle/solarized
Submodule
1
vim/bundle/solarized
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
||||
1
vim/bundle/tagbar
Submodule
1
vim/bundle/tagbar
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3c075654d424c6e3c20521bd4567b517a2410593
|
||||
8
vimrc
8
vimrc
|
|
@ -38,3 +38,11 @@ set ruler
|
|||
set nohls
|
||||
|
||||
au BufNewFile,BufRead *.less set filetype=less
|
||||
|
||||
" solarized colors
|
||||
set background=dark
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_termcolors=256
|
||||
let g:solarized_contrast="high"
|
||||
let g:solarized_visibility="high"
|
||||
colorscheme solarized
|
||||
|
|
|
|||
2
zshrc
2
zshrc
|
|
@ -11,3 +11,5 @@ compinit
|
|||
alias vi=vim
|
||||
alias grep='grep --color=auto'
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
export TERM="xterm-256color"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue