diff --git a/README.md b/README.md index d9815f8..0ea42e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Nim support for vim and advanced support for neovim. Still in heavy development. ## Features + - Asynchronous - Syntax highlighting - Normal vim highlight @@ -31,9 +32,15 @@ Nim support for vim and advanced support for neovim. Still in heavy development. - Send selection -![something](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/pic1.png) +## Screenshots + +![Syntax highlighting](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/syntaxhl.png) +![Autocomplete](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/autocomplete.png) +![Definition](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/definition.png) +![Usages](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/usages.png) ## Planned features + - Debugger support - Async autocomplete with deoplete (maybe a seperate plugin) diff --git a/other/pic1.png b/other/pic1.png deleted file mode 100644 index 4df41f8..0000000 Binary files a/other/pic1.png and /dev/null differ diff --git a/other/screenshots/definition.png b/other/screenshots/definition.png new file mode 100644 index 0000000..ad70019 Binary files /dev/null and b/other/screenshots/definition.png differ diff --git a/other/screenshots/syntaxhl.png b/other/screenshots/syntaxhl.png new file mode 100644 index 0000000..2bd248d Binary files /dev/null and b/other/screenshots/syntaxhl.png differ diff --git a/other/screenshots/usages.png b/other/screenshots/usages.png new file mode 100644 index 0000000..a1b131c Binary files /dev/null and b/other/screenshots/usages.png differ