aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Andrey Polischuk <me@andrepolischuk.com>2018-02-17 01:11:44 +0300
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2018-06-23 08:27:58 +0200
commit2508195ad778a3791628044990a3c08dd5fbbc8a (patch)
tree14fc1a36dccb5bf3df938a691334f6ae7f8e1ce9 /README.md
parent22844c372caa96a501b3993153ce8265adb51812 (diff)
downloadnord-vim-2508195ad778a3791628044990a3c08dd5fbbc8a.tar.gz
Match CursorLineNr background to CursorLine
A config to allow users to enable background for the line cumber of the current cursor position. It uses the same color as the current line so it appears as a uniform background highlighting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e154661..922c281 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,14 @@ let g:nord_uniform_diff_background = 1
<p align="center"><strong>Colorful backgrounds (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-uniform-diff-default.png"/><br><strong>Uniform diff background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-config-uniform-diff.png"/>
</p>
+### Highlighting the current line number
+
+Enables background for line number of the current line the same with text background of the current line.
+
+```vim
+let g:nord_cursor_line_number_coloring = 1
+```
+
## Plugin Support
Nord Vim provides support for many third-party language- and UI plugins.