Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fcb8e16

Browse files
author
ma6174
committed
add screenshot
1 parent a13c193 commit fcb8e16

File tree

5 files changed

+38
-1
lines changed

5 files changed

+38
-1
lines changed

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
##内容:
44

5-
* vim的配置文件
5+
* vim配置文件
66
* vim插件
77
* zsh配置文件
88

9+
## 运行截图
10+
11+
![screenshot.png](screenshot.png)
12+
913
## 简易安装方法:
1014

1115
`wget https://raw.github.com/ma6174/vim/master/setup.sh && bash setup.sh`

‎colors/slate.vim (Case Conflict 1)‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
" It's based on:
3+
runtime colors/Dark.vim
4+
5+
let g:colors_name = "SlateBG"
6+
7+
hi Normal guibg=DarkSlateGrey guifg=AntiqueWhite1
8+
hi NonText guibg=#1F3F3F
9+
10+
"hi Cursor guifg=AntiqueWhite1 guibg=bg gui=reverse
11+
hi Cursor guibg=salmon3

‎plugin/my.vim‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
function! Reddit()
2+
python << EOF
3+
import vim
4+
for i in dir(vim):
5+
vim.current.buffer.append(i)
6+
for i in dir(vim.current.buffer):
7+
vim.current.buffer.append(i)
8+
EOF
9+
endfunction

‎plugin/noname.dot‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
digraph G {
2+
graph [layout=dot rankdir=LR]
3+
4+
// This is just an example for you to use as a template.
5+
// Edit as you like. Whenever you save a legal graph
6+
// the layout in the graphviz window will be updated.
7+
8+
vim [href="http://www.vim.org/"]
9+
dot [href="http://www.graphviz.org/"]
10+
vimdot [href="file:///usr/bin/vimdot"]
11+
12+
{vim dot} -> vimdot
13+
}

‎screenshot.png‎

194 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /