From ddd9ed689124eb4251464ef69097773ba9251009 Mon Sep 17 00:00:00 2001
From: Arctic Ice Studio Before
After
+ +❯ Added basic syntax highlighting support for [vimwiki][plugin-vimwiki/vimwiki]. (PR #98 in PR #114, @smesko85, 9e7addbc) + + + +### UI + +❯ 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) + +```vim +let g:nord_cursor_line_number_background = 1 +``` + +No background (default)
Enabled background
Underlined Text
Before
+ +After
+ +#### Plugin Support + +❯ 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) + + + +## Improvements + +### Syntax + +❯ Added highlighting for the JavaScript keyword `this`. (PR #119, @kristijanhusak, 4fe2d43e) + +Before
+ +After
+ +### UI + +❯ 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) + +❯ 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) + +Before/After comparison of default diff mode
Before/After comparison of uniform diff mode
Before
+ +After
+ # 0.8.0 ![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 [plugin-ale]: https://github.com/w0rp/ale [plugin-ctrlp]: https://github.com/ctrlpvim/ctrlp.vim [plugin-junegunn/vim-plug]: https://github.com/junegunn/vim-plug +[plugin-kshenoy/vim-signature]: https://github.com/kshenoy/vim-signature [plugin-mhinz/vim-signify]: https://github.com/mhinz/vim-signify [plugin-plasticboy/vim-markdown]: https://github.com/plasticboy/vim-markdown +[plugin-stephpy/vim-yaml]: https://github.com/stephpy/vim-yaml [plugin-tpope/vim-fugitive]: https://github.com/tpope/vim-fugitive +[plugin-vimwiki/vimwiki]: https://github.com/vimwiki/vimwiki [readme-config]: https://github.com/arcticicestudio/nord-vim#configuration [readme-config-comment-brightness]: https://github.com/arcticicestudio/nord-vim#comment-contrast [readme-config-italic]: https://github.com/arcticicestudio/nord-vim#italic-support +[readme-config-line-number-background]: https://github.com/arcticicestudio/nord-vim#line-number-background +[readme-config-underline-support]: https://github.com/arcticicestudio/nord-vim#underline-support [readme-config-uniform-diff-background]: https://github.com/arcticicestudio/nord-vim#uniform-diff-background [readme-config-uniform-statusline-background]: https://github.com/arcticicestudio/nord-vim#uniform-status-lines [vim-doc-diffAdd]: http://vimdoc.sourceforge.net/htmldoc/syntax.html#hl-DiffAdd +[yaml]: http://yaml.org -- cgit v1.2.3-70-g09d2