diff options
author | dylnmc <dylnmc@gmail.com> | 2017-09-25 21:02:55 -0400 |
---|---|---|
committer | dylnmc <dylnmc@gmail.com> | 2017-09-25 21:02:55 -0400 |
commit | 81fef161be188b947b01d6d40f52186ce8c4ce12 (patch) | |
tree | 0c03728aa5ed0788cfdd5c17b81de7d578dbf268 /README.md | |
parent | 27d335be8e9110bcc21e769737ee7289f50eeecd (diff) | |
download | nord-vim-81fef161be188b947b01d6d40f52186ce8c4ce12.tar.gz |
fixes #37 and provides statusline configuration
configure statusline with
```vim
let g:nord_statusline_uniform = 1
```
default is to use brighter background (`0`), but easily configurable
with by setting `g:nord_statusline_uniform` to `1`)
NOTE: this does not work with airline or lightline
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -114,6 +114,20 @@ It can be enabled by setting the `g:nord_italic_comments` variable to `1`. let g:nord_italic_comments = 1 ``` +### Uniform StatusLine Backgrund + +Allow StatusLine backgrounds to be uniform. + +By default, Nord uses a slightly brighter background for the current split buffer. +This is designed to draw attention to the currently active buffer without being +distracting. + +However, if the user desires the backgrounds to be a uniform color, +`g:nord_statusline_uniform` can be set to `1` as follows: +```vim +let g:nord_statusline_uniform = 1 +``` + ## Plugin Support Nord Vim provides support for many third-party language- and the UI plugins. |