mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
Merge pull request #62 from aidanharris/develop
Fix missing "endif" syntax error for theme config
This commit is contained in:
commit
2f90d9e30b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue