github nordtheme/vim v0.4.0
0.4.0

latest releases: v0.19.0, v0.18.0, v0.17.0...
7 years ago


2017-02-23

Features

Configurations

❯ Added a configuration to enable italic comments.
To adhere to the Nord style guide this option is disabled by default. It can be enabled by setting the g:nord_italic_comments variable to 1.

let g:nord_italic_comments = 1

(@kepbod, #13 (PR #16), dc6149f)

Improvements

Plugin Support

❯ The method/function signature live preview of the jedi-vim plugin is now colorized correctly. (@mkalinski, #14, a5c3459)

Before

After

Language Support

❯ Implemented optimized styles for the Python syntax group pythonEscape. (@mkalinski, #22, 360a76e)
ghi-22-scrot-pythonescape

❯ Implemented optimized styles for the SQL syntax groups sqlSpecial which is now linked to the sqlKeyword group to colorize constants like true/false and null as keywords. (@mkalinski, #23, dcfb441)

Documentation

❯ Added the new terminal emulator port project Nord Hyper
Nord Hyper


The full changelog is available here

Don't miss a new vim release

NewReleases is sending notifications on new releases.