Skip to content

Commit

Permalink
add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Jun 2, 2013
1 parent a13c193 commit fcb8e16
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

##内容:

* vim的配置文件
* vim配置文件
* vim插件
* zsh配置文件

## 运行截图

![screenshot.png](screenshot.png)

## 简易安装方法:

`wget https://raw.github.com/ma6174/vim/master/setup.sh && bash setup.sh`
Expand Down
11 changes: 11 additions & 0 deletions colors/slate.vim (Case Conflict 1)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

" It's based on:
runtime colors/Dark.vim

let g:colors_name = "SlateBG"

hi Normal guibg=DarkSlateGrey guifg=AntiqueWhite1
hi NonText guibg=#1F3F3F

"hi Cursor guifg=AntiqueWhite1 guibg=bg gui=reverse
hi Cursor guibg=salmon3
9 changes: 9 additions & 0 deletions plugin/my.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function! Reddit()
python << EOF
import vim
for i in dir(vim):
vim.current.buffer.append(i)
for i in dir(vim.current.buffer):
vim.current.buffer.append(i)
EOF
endfunction
13 changes: 13 additions & 0 deletions plugin/noname.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
digraph G {
graph [layout=dot rankdir=LR]

// This is just an example for you to use as a template.
// Edit as you like. Whenever you save a legal graph
// the layout in the graphviz window will be updated.

vim [href="http://www.vim.org/"]
dot [href="http://www.graphviz.org/"]
vimdot [href="file:///usr/bin/vimdot"]

{vim dot} -> vimdot
}
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcb8e16

Please sign in to comment.