Skip to content

Commit 968620c

Browse files
Merge branch 'release/0.9.0'
2 parents f050701 + ddd9ed6 commit 968620c

File tree

8 files changed

+178
-19
lines changed

8 files changed

+178
-19
lines changed

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,84 @@
44

55
---
66

7+
# 0.9.0
8+
9+
![Release Date: 2018-06-24](https://img.shields.io/badge/Release_Date-2018--06--24-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.9.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/13) [![Milestone](https://img.shields.io/badge/Milestone-0.9.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/11)
10+
11+
## Features
12+
13+
### Syntax
14+
15+
#### Plugin Support
16+
17+
❯ Added support for the [YAML][] plugin [stephpy/vim-yaml][plugin-stephpy/vim-yaml] which improves the highlighting for keys to match the JSON syntax style. (PR #120, @mdzhang, b1478b07)
18+
19+
<p align="center"><p><strong>Before</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816223-b5b7df7c-777f-11e8-85ba-ac945b68e751.png" /></p>
20+
21+
<p align="center"><p><strong>After</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816222-b5a091c8-777f-11e8-9db9-38b96e8a3eb1.png" /></p>
22+
23+
❯ Added basic syntax highlighting support for [vimwiki][plugin-vimwiki/vimwiki]. (PR #98 in PR #114, @smesko85, 9e7addbc)
24+
25+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/41807872-85a56eee-76d5-11e8-9dd3-8319f7dae829.png" /></p>
26+
27+
### UI
28+
29+
❯ Added a new [configuration to allow users to enable background for the line number of the current line][readme-config-line-number-background]. It can be enabled by setting the `g:nord_cursor_line_number_background` variable to `1`. (PR #100, @andrepolischuk, 035e36de)
30+
31+
```vim
32+
let g:nord_cursor_line_number_background = 1
33+
```
34+
35+
<p align="center"><strong>No background (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-cursor-line-number-background-default.png" /></p>
36+
37+
<p align="center"><strong>Enabled background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-cursor-line-number-background.png" /></p>
38+
39+
❯ Added a new [configuration to allow users to globally toggle underlines][readme-config-underline-support] for cases where the terminal emulator might not be capable to handle underlines in terminal mode. It can be enabled by setting the `g:nord_underline` variable to `1`. (#106 in PR #127 (supersedes #109), @dylnmc @markand , 01cfd1be)
40+
41+
<p align="center"><strong>Underlined Text</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-underline.png"/></p>
42+
43+
❯ Added support for the status line of the `:terminal` window mode for Vim or Neovim. (PR #108 (supersedes #103), @dylnmc, 922504fb)
44+
45+
<p align="center"><strong>Before</strong><img src="https://user-images.githubusercontent.com/7836623/41812738-86c84262-7728-11e8-8bf4-476eb99e892e.png" /></p>
46+
47+
<p align="center"><strong>After</strong><img src="https://user-images.githubusercontent.com/7836623/41812737-86b2def4-7728-11e8-9d8a-9976038dda92.png" /></p>
48+
49+
#### Plugin Support
50+
51+
❯ Added highlighting support for the navigation marks in the sign column of the [kshenoy/vim-signature][plugin-kshenoy/vim-signature] plugin. (PR #122, @kooparse, 1df39453)
52+
53+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/41816354-1133d24a-7783-11e8-8242-0e7d4c3b555c.png" /></p>
54+
55+
## Improvements
56+
57+
### Syntax
58+
59+
❯ Added highlighting for the JavaScript keyword `this`. (PR #119, @kristijanhusak, 4fe2d43e)
60+
61+
<p align="center"><p><strong>Before</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816139-3c6f145c-777d-11e8-8f5b-58f122dc5050.png" /></p>
62+
63+
<p align="center"><p><strong>After</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816138-3c578198-777d-11e8-83f0-62f7aad0ce13.png" /></p>
64+
65+
### UI
66+
67+
❯ The cursor is now correctly shown and visible when leaving a terminal window from within Vim or Neovim by adding the `TermCursorNC` group. (PR #101, @meck, 2fac9fa0)
68+
69+
❯ The „inline marker“ in unified _diffs_ is now colorized differently than the background of the changed line to make the changes better and faster recognizable. This applies for both the [uniform _diff_ background mode][readme-config-uniform-diff-background] and normal _diff_ mode. (PR #121, @ironhouzi, 65c559ee)
70+
71+
<p align="center"><p><strong>Before/After comparison of default <em>diff</em> mode</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816510-4d548a90-7787-11e8-9fbd-9ae572763c22.png" /><br><img src="https://user-images.githubusercontent.com/7836623/39664393-e75f52b8-5082-11e8-8bb0-ba19c11dd391.png" /></p>
72+
73+
<p align="center"><p><strong>Before/After comparison of uniform <em>diff</em> mode</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816511-4d6aeb82-7787-11e8-90b4-f7c67ad9d952.png" /><br><img src="https://user-images.githubusercontent.com/7836623/39699476-acb7e1ca-51f9-11e8-9eca-8efc44b184f7.png" /></p>
74+
75+
## Bug Fixes
76+
77+
### UI
78+
79+
❯ The current line number's color is now highlighted correctly in terminal mode. Previously it was only highlighted when running in GUI mode or when `termguicolors` has been set. (#116 in 50ec737b (PR #100), @huyvohcmc @dylnmc)
80+
81+
<p align="center"><p><strong>Before</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816653-d62d808a-778a-11e8-8bce-d1f76a1e6fae.png" /></p>
82+
83+
<p align="center"><p><strong>After</strong></p><img src="https://user-images.githubusercontent.com/7836623/41816652-d61787bc-778a-11e8-9371-c0bfd852f491.png" /></p>
84+
785
# 0.8.0
886

987
![Release Date: 2018-01-05](https://img.shields.io/badge/Release_Date-2018--01--05-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.8.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/projects/11) [![Milestone](https://img.shields.io/badge/Milestone-0.8.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/milestone/10)
@@ -387,12 +465,18 @@ Detailed information about features, supported plugins/languages and install ins
387465
[plugin-ale]: https://github.com/w0rp/ale
388466
[plugin-ctrlp]: https://github.com/ctrlpvim/ctrlp.vim
389467
[plugin-junegunn/vim-plug]: https://github.com/junegunn/vim-plug
468+
[plugin-kshenoy/vim-signature]: https://github.com/kshenoy/vim-signature
390469
[plugin-mhinz/vim-signify]: https://github.com/mhinz/vim-signify
391470
[plugin-plasticboy/vim-markdown]: https://github.com/plasticboy/vim-markdown
471+
[plugin-stephpy/vim-yaml]: https://github.com/stephpy/vim-yaml
392472
[plugin-tpope/vim-fugitive]: https://github.com/tpope/vim-fugitive
473+
[plugin-vimwiki/vimwiki]: https://github.com/vimwiki/vimwiki
393474
[readme-config]: https://github.com/arcticicestudio/nord-vim#configuration
394475
[readme-config-comment-brightness]: https://github.com/arcticicestudio/nord-vim#comment-contrast
395476
[readme-config-italic]: https://github.com/arcticicestudio/nord-vim#italic-support
477+
[readme-config-line-number-background]: https://github.com/arcticicestudio/nord-vim#line-number-background
478+
[readme-config-underline-support]: https://github.com/arcticicestudio/nord-vim#underline-support
396479
[readme-config-uniform-diff-background]: https://github.com/arcticicestudio/nord-vim#uniform-diff-background
397480
[readme-config-uniform-statusline-background]: https://github.com/arcticicestudio/nord-vim#uniform-status-lines
398481
[vim-doc-diffAdd]: http://vimdoc.sourceforge.net/htmldoc/syntax.html#hl-DiffAdd
482+
[yaml]: http://yaml.org

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Nord Vim is a 16 colorspace theme build to run in GUI- and terminal mode with su
2020
- [Activation](#activation)
2121
- [Configuration](#configuration)
2222
- [Italic Support](#italic-support)
23+
- [Underline Support](#underline-support)
2324
- [Italic Comments](#italic-comments)
2425
- [Uniform Status Lines](#uniform-status-lines)
2526
- [Comment Contrast](#comment-contrast)
2627
- [Uniform diff Background](#uniform-diff-background)
28+
- [Line number background](#line-number-background)
2729
- [Plugin Support](#plugin-support)
2830
- [UI Plugins](#ui-plugins)
2931
- [Language Plugins](#language-plugins)
@@ -89,7 +91,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' }
8991
A explicit version can be installed via Git tags:
9092

9193
```vim
92-
Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.7.0' }
94+
Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.9.0' }
9395
```
9496

9597
#### Manual
@@ -140,6 +142,22 @@ let g:nord_italic = 1
140142

141143
<p align="center"><strong>Italic formatting in Markdown</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-italic-markdown.png"/></p>
142144

145+
### Underline Support
146+
147+
**This option should only be enabled if your terminal emulator supports underlines!**
148+
149+
Can be enabled to support underlined text.
150+
151+
Most terminals are not capable to handle underlines right so Nord disables these for terminals by default while it should work out-of-the-box™ in GUI mode.
152+
153+
Set `g:nord_underline` to `1` to enforce displaying underlines.
154+
155+
```vim
156+
let g:nord_underline = 1
157+
```
158+
159+
<p align="center"><strong>Underlined Text</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-underline.png"/></p>
160+
143161
### Italic Comments
144162

145163
**This option only takes effect if the option for [italic text support](#italic-support) has been enabled!**
@@ -230,6 +248,17 @@ let g:nord_uniform_diff_background = 1
230248
<p align="center"><strong>Colorful backgrounds (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-uniform-diff-default.png"/><br><strong>Uniform diff background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-uniform-diff.png"/>
231249
</p>
232250

251+
### Line number background
252+
253+
Enables background for the line number of the current line.
254+
255+
```vim
256+
let g:nord_cursor_line_number_background = 1
257+
```
258+
259+
<p align="center"><strong>No background (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-cursor-line-number-background-default.png"/><br><strong>Enabled background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-cursor-line-number-background.png"/>
260+
</p>
261+
233262
## Plugin Support
234263

235264
Nord Vim provides support for many third-party language- and UI plugins.
@@ -272,7 +301,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
272301

273302
## Development
274303

275-
[![](https://img.shields.io/badge/Changelog-0.7.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.7.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)
304+
[![](https://img.shields.io/badge/Changelog-0.9.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.9.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)
276305

277306
### Contribution
278307

Loading
Loading

assets/scrot-config-underline.png

21 KB
Loading

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.8.0"
8+
let s:nord_vim_version="0.9.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.8.0"
8+
let s:nord_vim_version="0.9.0"
99
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
1010

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

0 commit comments

Comments
 (0)