added new colorscheme
This commit is contained in:
parent
12dca38e81
commit
9e7d532433
3 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ git clone https://github.com/trapd00r/LS_COLORS.git dircolors
|
|||
git clone https://github.com/editorconfig/editorconfig-vim vim-editorconfig
|
||||
git clone https://github.com/tpope/vim-fugitive
|
||||
git clone https://github.com/tomtom/quickfixsigns_vim/ vim-quickfixsigns
|
||||
git clone https://github.com/altercation/vim-colors-solarized
|
||||
|
||||
# Private
|
||||
git clone stv0g@lian.0l.de:/var/git/private/pass.git
|
||||
|
|
1
home/.vim/bundle/solarized
Symbolic link
1
home/.vim/bundle/solarized
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../vim-colors-solarized/
|
|
@ -112,3 +112,5 @@ if has('conceal')
|
|||
set conceallevel=2 concealcursor=niv
|
||||
endif
|
||||
|
||||
au BufNewFile,BufFilePre,BufRead *.md set filetype=markdown
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue