diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-10-01 19:06:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-01 19:06:51 +0200 |
commit | 2f90d9e30b8aa25472b7e2265ceaeed485fa4b59 (patch) | |
tree | 95064c66f99e626f9e210905bf4a01d50d8e90a1 | |
parent | 9305680291f5dc9cf61cbc9076a550d4c98a2aef (diff) | |
parent | 8fdc497151221aaa0c8ba87485093d68e07dee43 (diff) | |
download | nord-vim-2f90d9e30b8aa25472b7e2265ceaeed485fa4b59.tar.gz |
Merge pull request #62 from aidanharris/develop
Fix missing "endif" syntax error for theme config
-rwxr-xr-x | colors/nord.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index c019630..a82219c 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -78,6 +78,7 @@ endif if !exists('g:nord_uniform_status_lines') let g:nord_uniform_status_lines = 0 +endif if !exists("g:nord_comment_brightness") let g:nord_comment_brightness = 0 |