You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
↠ Added support for Haskell syntax through the [neovimhaskell/haskell-vim][] plugin.
52
+
This includes better coloring for types/classes using `nord7` instead of highlighting them like keywords (`nord9`) and pre-processor and pragma elements are now colorized correctly with `nord10`.
**Theme config for bolder vertical split line** — #132 ⇄ #153 (⊶ 9059d7d8) by [@huyvohcmc][gh-user-huyvohcmc]
75
+
↠ Previously the [`VertSplit`][vdoc-vsplit] (`:help VertSplit`) key used `nord1` as background color by default making the line appear to be very lumpy. This has now been changed to use `nord0` as background instead to visually merge with the background so only the separator characters are a visual indicator for the split line which makes it look more lightweight and declutters the overall appearance.
76
+
77
+
<palign="center"><strong>With base editor background (default)</strong><imgsrc="https://user-images.githubusercontent.com/7836623/56088648-8e259600-5e85-11e9-8a6f-2c03d26eff4b.png" /></p>
To allow user who liked the previous implementation to keep the style a new `nord_bold_vertical_split_line` theme config was also added that can be assigned to `1` to achieve the legacy design.
82
+
83
+
```viml
84
+
let g:nord_bold_vertical_split_line = 1
85
+
```
86
+
87
+
The README includes information and hints how to change the separator character by customizing Vim's [`fillchars`][vdoc-fchar] (`:help fillchars`) variable.
88
+
89
+
#### Plugin Support
90
+
91
+
**`:terminal` status line in airline** — #134 (⊶ be815f09) by [@meck][gh-user-meck]
92
+
↠ Added support for Vim's new `:terminal` mode in [airline][gh-src-airline].
93
+
94
+
<palign="center"><strong>Before: No <code>:terminal</code> support (before)</strong><imgsrc="https://user-images.githubusercontent.com/7836623/56088997-ce881280-5e8b-11e9-9758-7c13c559b05c.png" /></p>
95
+
96
+
<palign="center"><strong>After: Support for airline's new <code>_term</code> theme keys</strong><imgsrc="https://user-images.githubusercontent.com/7836623/56088996-ce881280-5e8b-11e9-839b-bc282f1fea0b.png" /></p>
97
+
98
+
## Improvements
99
+
100
+
### Syntax
101
+
102
+
**Better generator expressions in CMake** — #137 ⇄ #151 (⊶ d2774cbb) by [@markand][gh-user-markand]
103
+
↠ [CMake generator expressions][cmake-doc-genexpr] are now highlighted using `nord10` as foreground instead of `nord13` as background and `nord0` as foreground.
Enables a bolder vertical split line by using `nord1` as background.
266
+
267
+
```viml
268
+
let g:nord_bold_vertical_split_line = 1
269
+
```
270
+
271
+
To change the separator character used to display the vertical line please see the documentation about Vim's [`fillchars`][vdoc-fillchars] variable: `:help fillchars`
272
+
273
+
<palign="center"><strong>With base editor background (default)</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-bold-vertical-split-line-default.png"/></p>
0 commit comments