github nordtheme/vim v0.18.0
0.18.0

latest release: v0.19.0
2 years ago

Changelog for Nord Vim — An arctic, north-bluish clean and elegant Vim color theme.

0.18.0

Project Board Milestone

Show all commits

Features

Syntax

Support for vim-pandoc/vim-pandoc-syntax#220 (⊶ 8d8b9bf) by @tpoisot and @BirgerNi

↠ To improve syntax highlighting for Pandoc, support for the vim-pandoc/vim-pandoc-syntax plugin has been implemented.
Most groups are linked to existing Markdown groups to ensure a consistent style across languages and different plugins.

UI

Support for LSP code lenses#266 (⊶ 02ddfad) by @jan-xyz

↠ Before LSP code lenses were highlighted with the default color which has been changed to make it less visually intrusive, like other UI related elements, e.g. messages of linters.

Before

After

Improvements

Syntax

Prevent aggressive error highlighting#269#270 (⊶ e3e8a75) by @jan-xyz

↠ The TSError group is used to highlight syntax/parser errors which caused an aggressive styling where the background color of many syntax elements was rendered with nord11 during typing. This is a known problem and was fixed by many other themes by removing the group again. One of the core maintainers of nvim-treesitter provided a solution by remapping groups and also mentioned that the group is styled by the nvim-treesitter plugin but the active theme.

Syntax errors can still be highlighted through linters and parsers like Neovim's LSP can still be used instead to highlight errors with the correct style, e.g. only change the foreground color of a single word.

The full changelog is available in the repository

Copyright © 2016-present Arctic Ice Studio and Sven Greb

Don't miss a new vim release

NewReleases is sending notifications on new releases.