Make Startify a scratch buffer again
This commit is contained in:
parent
77a14e70a8
commit
53019cc309
3 changed files with 13 additions and 7 deletions
|
@ -21,9 +21,9 @@ if exists('g:startify_custom_header')
|
|||
execute 'syntax region StartifyHeader start=/\%1l/ end=/\%'. (len(g:startify_custom_header) + 2) .'l/'
|
||||
endif
|
||||
|
||||
highlight link StartifyHeader Normal
|
||||
highlight link StartifyBracket Delimiter
|
||||
highlight link StartifyNumber Number
|
||||
highlight default link StartifyHeader Normal
|
||||
highlight default link StartifyBracket Delimiter
|
||||
highlight default link StartifyNumber Number
|
||||
|
||||
let b:current_syntax = 'startify'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue