Skip to content

Commit 2124a5a

Browse files
Merge branch 'release/0.14.0'
2 parents f06189a + 9a2cebb commit 2124a5a

File tree

4 files changed

+68
-9
lines changed

4 files changed

+68
-9
lines changed

CHANGELOG.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@
66

77
<!--lint disable no-duplicate-headings-->
88

9+
# 0.14.0
10+
11+
![Release Date: 2020-06-16](https://img.shields.io/badge/Release_Date-2020--06--16-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.14.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/20) [![Milestone](https://img.shields.io/badge/Milestone-0.14.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/16)
12+
13+
## Features
14+
15+
### UI
16+
17+
**Basic support for nvim-lsp (Language Server Protocol)**#198 (⊶ 0ccf70b6) by [@alexanderjeurissen][gh-user-alexanderjeurissen]
18+
↠ Added basic support for [nvim-lsp][neovim/nvim-lsp], a collection of common configurations for the NVim language server protocol client.
19+
20+
## Improvements
21+
22+
### UI
23+
24+
**Consistent error highlighting between GUI and terminal mode**#202 (⊶ 974a9190) by [@xulongwu4][gh-user-xulongwu4]
25+
↠ The highlighting of errors in GUI and _true color_ terminal mode now also uses `nord4` as foreground color of instead of `nord0`.
26+
27+
<p align="center"><strong>Before</strong></p>
28+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84657802-25b4c780-af15-11ea-9c28-a7f2262d4c97.png" /></p>
29+
<p align="center"><strong>After</strong></p>
30+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84657801-251c3100-af15-11ea-9c8a-84f63bafb866.png" /></p>
31+
32+
**Improved highlighting for “More“ separator**#202 (⊶ 974a9190) by [@xulongwu4][gh-user-xulongwu4]
33+
↠ The highlighting of the _More_ separator is now highlighted with the `nord8` accent color.
34+
35+
<p align="center"><strong>Before</strong></p>
36+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84657821-2cdbd580-af15-11ea-9491-2fe5d6f7948f.png" /></p>
37+
<p align="center"><strong>After</strong></p>
38+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84657816-2c433f00-af15-11ea-9f22-f0d1296ae6e8.png" /></p>
39+
40+
**Transparent line number and cursor line background by default**#204 (⊶ 6323f662) by [@xulongwu4][gh-user-xulongwu4]
41+
↠ Before the background color of the `LineNr` and `CursorLineNr` highlighting groups were set to `nord0` which was fine in most cases, but conflicted with plugins like [Yggdroot/LeaderF][] that renders line numbers in a popup windows with a different background color.
42+
43+
<p align="center"><strong>Before</strong></p>
44+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84664806-58fc5400-af1f-11ea-9fc9-c05264cca064.png" /></p>
45+
<p align="center"><strong>After</strong></p>
46+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84664799-57cb2700-af1f-11ea-9099-75eba70fad36.png" /></p>
47+
948
# 0.13.0
1049

1150
![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)
@@ -237,8 +276,6 @@ The README includes information and hints how to change the separator character
237276
The default comment color has been adjusted so the configuration is not required anymore for users to increase the brightness on their own.
238277
To notify users about this change a deprecation warning will be shown when the `g:nord_comment_brightness` configuration variable has been set and initialized through the user's configuration.
239278

240-
## Improvements
241-
242279
**Improved compatibility of airline with tmuxline.vim plugin**#117#128 (⊶ 3150628f)
243280
↠ The [Nord airline.vim][gh-src-airline] UI plugin theme now includes better support for the [tmuxline.vim][gh-tmuxline.vim] plugin. Previously text shown in the main segment of the _tmuxline_, generated via the `:Tmuxline airline` command, caused a `bad colour: NONE` error or has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background.
244281

@@ -775,6 +812,7 @@ Detailed information about features, supported plugins/languages and install ins
775812

776813
[gh-user-aborzunov]: https://github.com/aborzunov
777814
[gh-user-tobydeh]: https://github.com/tobydeh
815+
[nord-docs#143]: https://github.com/arcticicestudio/nord-docs/issues/143
778816

779817
<!--v 0.13.0 -->
780818

@@ -791,3 +829,10 @@ Detailed information about features, supported plugins/languages and install ins
791829
[vim/vim-diff#d9b0d83b...017ba07f]: https://github.com/vim/vim/compare/d9b0d83b13d2691e4544709abd87eac004715175...017ba07fa2cdc578245618717229444fd50c470d#diff-80fffb3e9c20e93e5b2328a9a20e19c
792830
[vim/vim-rel-v8.1.2029]: https://github.com/vim/vim/releases/tag/v8.1.2029
793831
[vim/vim#4933]: https://github.com/vim/vim/pull/4933
832+
833+
<!--v 0.14.0 -->
834+
835+
[gh-user-alexanderjeurissen]: https://github.com/alexanderjeurissen
836+
[gh-user-xulongwu4]: https://github.com/xulongwu4
837+
[neovim/nvim-lsp]: https://github.com/neovim/nvim-lsp
838+
[yggdroot/leaderf]: https://github.com/Yggdroot/LeaderF

autoload/airline/themes/nord.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" Repository: https://github.com/arcticicestudio/nord-vim
66
" License: MIT
77

8-
let s:nord_vim_version="0.13.0"
8+
let s:nord_vim_version="0.14.0"
99
let g:airline#themes#nord#palette = {}
1010

1111
let s:nord0_gui = "#2E3440"

autoload/lightline/colorscheme/nord.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" Repository: https://github.com/arcticicestudio/nord-vim
66
" License: MIT
77

8-
let s:nord_vim_version="0.13.0"
8+
let s:nord_vim_version="0.14.0"
99
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
1010

1111
let s:nord0 = ["#2E3440", "NONE"]

colors/nord.vim

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if version > 580
1313
endif
1414

1515
let g:colors_name = "nord"
16-
let s:nord_vim_version="0.13.0"
16+
let s:nord_vim_version="0.14.0"
1717
set background=dark
1818

1919
let s:nord0_gui = "#2E3440"
@@ -168,9 +168,9 @@ call s:hi("Underline", "", "", "", "", s:underline, "")
168168
call s:hi("ColorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
169169
call s:hi("Cursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
170170
call s:hi("CursorLine", "", s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
171-
call s:hi("Error", s:nord0_gui, s:nord11_gui, "", s:nord11_term, "", "")
171+
call s:hi("Error", s:nord4_gui, s:nord11_gui, "", s:nord11_term, "", "")
172172
call s:hi("iCursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
173-
call s:hi("LineNr", s:nord3_gui, s:nord0_gui, s:nord3_term, "NONE", "", "")
173+
call s:hi("LineNr", s:nord3_gui, "NONE", s:nord3_term, "NONE", "", "")
174174
call s:hi("MatchParen", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "", "")
175175
call s:hi("NonText", s:nord2_gui, "", s:nord3_term, "", "", "")
176176
call s:hi("Normal", s:nord4_gui, s:nord0_gui, "NONE", "NONE", "", "")
@@ -219,7 +219,7 @@ endif
219219
"+--- Gutter ---+
220220
call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
221221
if g:nord_cursor_line_number_background == 0
222-
call s:hi("CursorLineNr", s:nord4_gui, s:nord0_gui, "NONE", "", "NONE", "")
222+
call s:hi("CursorLineNr", s:nord4_gui, "", "NONE", "", "NONE", "")
223223
else
224224
call s:hi("CursorLineNr", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
225225
endif
@@ -234,7 +234,7 @@ call s:hi("Directory", s:nord8_gui, "", s:nord8_term, "NONE", "", "")
234234
call s:hi("EndOfBuffer", s:nord1_gui, "", s:nord1_term, "NONE", "", "")
235235
call s:hi("ErrorMsg", s:nord4_gui, s:nord11_gui, "NONE", s:nord11_term, "", "")
236236
call s:hi("ModeMsg", s:nord4_gui, "", "", "", "", "")
237-
call s:hi("MoreMsg", s:nord4_gui, "", "", "", "", "")
237+
call s:hi("MoreMsg", s:nord8_gui, "", s:nord8_term, "", "", "")
238238
call s:hi("Question", s:nord4_gui, "", "NONE", "", "", "")
239239
if g:nord_uniform_status_lines == 0
240240
call s:hi("StatusLine", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
@@ -566,6 +566,20 @@ call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
566566
call s:hi("CocInfoSign" , s:nord8_gui, "", s:nord8_term, "", "", "")
567567
call s:hi("CocHintSign" , s:nord10_gui, "", s:nord10_term, "", "", "")
568568

569+
" Coc
570+
" > neoclide/coc
571+
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
572+
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
573+
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
574+
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
575+
576+
" Nvim LSP
577+
" > neovim/nvim-lsp
578+
call s:hi("LSPDiagnosticsWarning", s:nord13_gui, "", s:nord13_term, "", "", "")
579+
call s:hi("LSPDiagnosticsError" , s:nord11_gui, "", s:nord11_term, "", "", "")
580+
call s:hi("LSPDiagnosticsInformation" , s:nord8_gui, "", s:nord8_term, "", "", "")
581+
call s:hi("LSPDiagnosticsHint" , s:nord10_gui, "", s:nord10_term, "", "", "")
582+
569583
" GitGutter
570584
" > airblade/vim-gitgutter
571585
call s:hi("GitGutterAdd", s:nord14_gui, "", s:nord14_term, "", "", "")

0 commit comments

Comments
 (0)