diff options
| author | 2017-01-01 10:25:53 +0100 | |
|---|---|---|
| committer | 2017-01-01 10:25:53 +0100 | |
| commit | f568b3e73d1d0f2bd3afb80ce01056c29eb97f1f (patch) | |
| tree | 903732eb5de0c29fa62a05659f1c777c8cb2fed6 /README.md | |
| parent | 15fb50b6aa327bde7a92e7c786f74ba0904a93e3 (diff) | |
| parent | 499bf8be4a7989b0321ba11558db6271170aaf9a (diff) | |
| download | nord-vim-f568b3e73d1d0f2bd3afb80ce01056c29eb97f1f.tar.gz | |
Merge branch 'release/0.1.2'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,9 +9,9 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa --- -<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-lang-javascript.png"/><br><blockquote>Font: <a href="https://adobe-fonts.github.io/source-code-pro">Source Code Pro</a> 20px</blockquote></p> +Nord Vim is a 16 colorspace theme build to run in GUI- and terminal mode with support for many third-party plugins and styles for [lightline.vim](https://github.com/itchyny/lightline.vim) and [vim-airline](https://github.com/vim-airline/vim-airline). -Nord Vim is a 16 colorspace theme build to run in GUI- and terminal mode with support for many third-party plugins and styles for [`lightline.vim`](https://github.com/itchyny/lightline.vim) and [`vim-airline`](https://github.com/vim-airline/vim-airline). +<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-lang-javascript.png"/><br><blockquote>Font: <a href="https://adobe-fonts.github.io/source-code-pro">Source Code Pro</a> 20px</blockquote></p> ## Getting started ### Installation @@ -46,7 +46,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A specific version can be installed via git tags. ```sh -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.1' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.2' } ``` Of course it can be installed with any of your favorite tools: @@ -118,7 +118,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-ruby] ## Development -[](https://github.com/arcticicestudio/nord-vim/blob/v0.1.1/CHANGELOG.md) [](http://nvie.com/posts/a-successful-git-branching-model) [](https://github.com/arcticicestudio/arcver) +[](https://github.com/arcticicestudio/nord-vim/blob/v0.1.2/CHANGELOG.md) [](http://nvie.com/posts/a-successful-git-branching-model) [](https://github.com/arcticicestudio/arcver) ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-vim/issues). |