From 10c70d67d60cb82572a7849826481e56b0347be5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 7 Sep 2015 02:13:09 +0200 Subject: added vim screenshot to the documentation --- doc/INSTALL | 4 ++++ doc/coderonline-vim.png | Bin 0 -> 195172 bytes doc/readme.md | 7 +++++++ 3 files changed, 11 insertions(+) create mode 100644 doc/coderonline-vim.png diff --git a/doc/INSTALL b/doc/INSTALL index 3c37ac5..38068d5 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -21,3 +21,7 @@ vim vimrc # download spell file for you language vim -c ":au! SpellFileMissing" +# step 6) +# build YouCompleteMe (if you plan to use it) +cd plugins/YouCompleteMe +python2 ./install.py --clang-completer diff --git a/doc/coderonline-vim.png b/doc/coderonline-vim.png new file mode 100644 index 0000000..ac76bff Binary files /dev/null and b/doc/coderonline-vim.png 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 @@

vim configuration

+This is the configuration I am using. + + +

coderonline.vim - colorscheme

+ + screenshot of vim + -- cgit v1.2.3