diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 4 | ||||
-rw-r--r-- | doc/coderonline-vim.png | bin | 0 -> 195172 bytes | |||
-rw-r--r-- | doc/readme.md | 7 |
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 3c37ac5..38068d5 100644 --- a/doc/INSTALL +++ b/doc/INSTALL | |||
@@ -21,3 +21,7 @@ vim vimrc | |||
21 | # download spell file for you language | 21 | # download spell file for you language |
22 | vim -c ":au! SpellFileMissing" | 22 | vim -c ":au! SpellFileMissing" |
23 | 23 | ||
24 | # step 6) | ||
25 | # build YouCompleteMe (if you plan to use it) | ||
26 | cd plugins/YouCompleteMe | ||
27 | python2 ./install.py --clang-completer | ||
diff --git a/doc/coderonline-vim.png b/doc/coderonline-vim.png new file mode 100644 index 0000000..ac76bff --- /dev/null +++ b/doc/coderonline-vim.png | |||
Binary files differ | |||
diff --git a/doc/readme.md b/doc/readme.md index 513fb41..800c1a2 100644 --- a/doc/readme.md +++ b/doc/readme.md | |||
@@ -1 +1,8 @@ | |||
1 | <h1>vim configuration</h1> | 1 | <h1>vim configuration</h1> |
2 | This is the configuration I am using. | ||
3 | |||
4 | |||
5 | <h2>coderonline.vim - colorscheme</h2> | ||
6 | <a href="/vim/plain/doc/coderonline-vim.png"> | ||
7 | <img src="/vim/plain/doc/coderonline-vim.png" width="720" alt="screenshot of vim" /> | ||
8 | </a> | ||