aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2019-12-17 20:14:45 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2019-12-17 20:14:45 +0100
commitaa1470403a300a7d5088057d970c13d4388eb13e (patch)
tree845c1aed5def9919718af9a1d34bfa64b81d0916
parent0d352c4b3d750e2aa57cc374a6513b0cf4d1ab1e (diff)
parent7fd74817c3be4158a52f76f6f6d8076c8c9d46a8 (diff)
downloadnord-vim-aa1470403a300a7d5088057d970c13d4388eb13e.tar.gz
Merge branch 'release/0.13.0' into develop
-rw-r--r--CHANGELOG.md71
-rwxr-xr-xautoload/airline/themes/nord.vim2
-rwxr-xr-xautoload/lightline/colorscheme/nord.vim2
-rwxr-xr-xcolors/nord.vim2
4 files changed, 73 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a61146..e3d1256 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,61 @@
<!--lint disable no-duplicate-headings-->
+# 0.13.0
+
+![Release Date: 2019-12-17](https://img.shields.io/badge/Release_Date-2019--12--17-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.13.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/19) [![Milestone](https://img.shields.io/badge/Milestone-0.13.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/15)
+
+## Features
+
+### UI
+
+**Support uniform status line background configuration for _vim-airline_ and _lightline.vim_ themes** — #168 ⇄ #169 (⊶ 73b3d340) by [@jmurinello][gh-user-jmurinello]
+↠ Added support for the [uniform status line][nord-config-port-vim#uni_st_line] theme configuration, [introduced in version 0.7.0][gh-rel-v0.7.0] through [arcticicestudio/nord-vim#58][], for the bundled _vim-airline_ and _lightline.vim_ themes.
+
+<p align="center"><code>lightline.vim</code></p>
+<p align="center"><strong>Before</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/16728775/61186256-340fb900-a69e-11e9-8887-b153b869de5c.png" /></p>
+<p align="center"><strong>After</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/16728775/61186259-38d46d00-a69e-11e9-9d2f-bf72f6b2af14.png" /></p>
+
+<p align="center"><code>vim-airline</code></p>
+<p align="center"><strong>Before</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/16728775/61186260-3f62e480-a69e-11e9-9fcd-48b53307d97a.png" /></p>
+<p align="center"><strong>After</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/16728775/61186263-438f0200-a69e-11e9-8028-eee21ff3ceb0.png" /></p>
+
+**Basic support for coc.vim (Conquer of Completion)** — #164 (⊶ a7797269) by [@hennessey][gh-user-hennessey]
+↠ Added basic support for [coc.nvim][neoclide/coc.nvim], a _Intellisense_ engine for Vim 8 & NeoVim with full language server protocol support.
+
+**Basic support for _vim-startify_** — #159 ⇄ #176 (⊶ 38ab4a9c)
+↠ Added basic support for [vim-startify][mhinz/vim-startify] with custom highlight groups.
+
+<p align="center"><img src="https://user-images.githubusercontent.com/7836623/66123513-86e47700-e5e2-11e9-9fa8-e41dc07efc82.png" /></p>
+
+## Improvements
+
+### UI
+
+**No underlined style for gutter line numbers** — #174 ⇄ #185 (⊶ 0d352c4b) by [@nixtrace][gh-user-nixtrace] and [@alexandremjacques][gh-user-alexandremjacques]
+↠ [Vim version 8.1.2029][vim/vim-rel-v8.1.2029] added the [`underline` attribute for the `CursorLineNr` group to `cterm`][vim/vim-diff#d9b0d83b...017ba07f] based on [vim/vim#4933][].
+This change resulted in gutter line numbers being underlined which has now been reverted back to Nord's style by explicitly setting the attribute for the group to `NONE`.
+
+<p align="center"><strong>Before</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/7836623/70994055-a19c9700-20cd-11ea-94bb-fdc6f5ae32fc.png" /></p>
+
+<p align="center"><strong>After</strong></p>
+<p align="center"><img src="https://user-images.githubusercontent.com/7836623/70994054-a1040080-20cd-11ea-9ef9-890120ab1651.png" /></p>
+
+## Bug Fixes
+
+### Documentation
+
+**Fix missing whitespace** — #165 (⊶ 81d80e4a) by [@vasilescur][gh-user-vasilescur]
+↠ Fixed a missing whitespace in the README project description.
+
# 0.12.0
-![Release Date: 2019-05-25](https://img.shields.io/badge/Release_Date-2019--05--25-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.11.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/18) [![Milestone](https://img.shields.io/badge/Milestone-0.11.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/14)
+![Release Date: 2019-05-25](https://img.shields.io/badge/Release_Date-2019--05--25-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.12.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/18) [![Milestone](https://img.shields.io/badge/Milestone-0.12.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/14)
## Features
@@ -673,6 +725,7 @@ Detailed information about features, supported plugins/languages and install ins
[itchyny/lightline.vim-gh-257]: https://github.com/itchyny/lightline.vim/pull/257
[lesscss-doc-fn-lighten]: http://lesscss.org/functions/#color-operations-lighten
[nord-atom-syntax-pr-47]: https://github.com/arcticicestudio/nord-atom-syntax/pull/47
+[nord-config-port-vim#uni_st_line]: https://www.nordtheme.com/docs/ports/vim/configuration#uniform-status-lines
[nord-docs-config-font-bold]: https://www.nordtheme.com/ports/vim/configuration#bold-styles
[nord-gh]: https://github.com/arcticicestudio/nord
[nord-home]: https://www.nordtheme.com/ports/vim
@@ -722,3 +775,19 @@ Detailed information about features, supported plugins/languages and install ins
[gh-user-aborzunov]: https://github.com/aborzunov
[gh-user-tobydeh]: https://github.com/tobydeh
+
+<!--v 0.13.0 -->
+
+[arcticicestudio/nord-vim#58]: https://github.com/arcticicestudio/nord-vim/pull/58
+[gh-rel-v0.7.0]: https://github.com/arcticicestudio/nord-vim/releases/tag/v0.7.0
+[gh-user-alexandremjacques]: https://github.com/alexandremjacques
+[gh-user-hennessey]: https://github.com/hennessey
+[gh-user-jmurinello]: https://github.com/jmurinello
+[gh-user-nixtrace]: https://github.com/nixtrace
+[gh-user-vasilescur]: https://github.com/vasilescur
+[mhinz/vim-startify]: https://github.com/mhinz/vim-startify
+[neoclide/coc.nvim]: https://github.com/neoclide/coc.nvim
+[nord-config-port-vim#uni_st_line]: https://www.nordtheme.com/docs/ports/vim/configuration#uniform-status-lines
+[vim/vim-diff#d9b0d83b...017ba07f]: https://github.com/vim/vim/compare/d9b0d83b13d2691e4544709abd87eac004715175...017ba07fa2cdc578245618717229444fd50c470d#diff-80fffb3e9c20e93e5b2328a9a20e19c
+[vim/vim-rel-v8.1.2029]: https://github.com/vim/vim/releases/tag/v8.1.2029
+[vim/vim#4933]: https://github.com/vim/vim/pull/4933
diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim
index d82ef66..3ab5fee 100755
--- a/autoload/airline/themes/nord.vim
+++ b/autoload/airline/themes/nord.vim
@@ -5,7 +5,7 @@
" Repository: https://github.com/arcticicestudio/nord-vim
" License: MIT
-let s:nord_vim_version="0.12.0"
+let s:nord_vim_version="0.13.0"
let g:airline#themes#nord#palette = {}
let s:nord0_gui = "#2E3440"
diff --git a/autoload/lightline/colorscheme/nord.vim b/autoload/lightline/colorscheme/nord.vim
index f911f92..b81e793 100755
--- a/autoload/lightline/colorscheme/nord.vim
+++ b/autoload/lightline/colorscheme/nord.vim
@@ -5,7 +5,7 @@
" Repository: https://github.com/arcticicestudio/nord-vim
" License: MIT
-let s:nord_vim_version="0.12.0"
+let s:nord_vim_version="0.13.0"
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:nord0 = ["#2E3440", "NONE"]
diff --git a/colors/nord.vim b/colors/nord.vim
index 2bf6dd1..79842dc 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -13,7 +13,7 @@ if version > 580
endif
let g:colors_name = "nord"
-let s:nord_vim_version="0.12.0"
+let s:nord_vim_version="0.13.0"
set background=dark
let s:nord0_gui = "#2E3440"