Features
Syntax
Plugin Support
❯ Added support for the YAML plugin stephpy/vim-yaml which improves the highlighting for keys to match the JSON syntax style. (PR #120, @mdzhang, b1478b0)
Before
After
❯ Added basic syntax highlighting support for vimwiki. (PR #98 in PR #114, @smesko85, 9e7addb)
UI
❯ Added a new configuration to allow users to enable background for the line number of the current line. It can be enabled by setting the g:nord_cursor_line_number_background
variable to 1
. (PR #100, @andrepolischuk, 035e36d)
let g:nord_cursor_line_number_background = 1
❯ Added a new configuration to allow users to globally toggle underlines 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 , 01cfd1b)
❯ Added support for the status line of the :terminal
window mode for Vim or Neovim. (PR #108 (supersedes #103), @dylnmc, 922504f)
Plugin Support
❯ Added highlighting support for the navigation marks in the sign column of the kshenoy/vim-signature plugin. (PR #122, @kooparse, 1df3945)
Improvements
Syntax
❯ Added highlighting for the JavaScript keyword this
. (PR #119, @kristijanhusak, 4fe2d43)
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, 2fac9fa)
❯ 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 and normal diff mode. (PR #121, @ironhouzi, 65c559e)
Before/After comparison of default diff mode
Before/After comparison of uniform diff mode
Bug Fixes
UI
❯ 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 50ec737 (PR #100), @huyvohcmc @dylnmc)
Before
After
The full changelog is available here