diff --git a/README.md b/README.md index 58ffec3..a0881bd 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ then Then, fire up vim and run `:PluginInstall`, to let **Vundle** to the rest for you. After this completed, you just have to do one thing more: Head into `~/.vim/bundles/YouCompleteMe` and run `python3 install.py`. If you want *YouCompleteMe* to support Java, Go, C#, etc, check out the *YouCompleteInstallation Guide*. +## Screenshots +![Bazel with Vim](https://github.com/Stupremee/vimrc-improved/blob/master/screenshots/vim_bazel.png) +![Cpp with Vim](https://github.com/Stupremee/vimrc-improved/blob/master/screenshots/vim_cpp.png) +![File Explorer](https://github.com/Stupremee/vimrc-improved/blob/master/screenshots/vim_file.png) + diff --git a/screenshots/vim_bazel.png b/screenshots/vim_bazel.png new file mode 100644 index 0000000..d9b59a3 Binary files /dev/null and b/screenshots/vim_bazel.png differ diff --git a/screenshots/vim_cpp.png b/screenshots/vim_cpp.png new file mode 100644 index 0000000..2ba2694 Binary files /dev/null and b/screenshots/vim_cpp.png differ diff --git a/screenshots/vim_file.png b/screenshots/vim_file.png new file mode 100644 index 0000000..5aa3bd7 Binary files /dev/null and b/screenshots/vim_file.png differ