remove 'startify>' title
I like minimalism.
This commit is contained in:
parent
674e49816d
commit
59831b8e94
|
@ -39,7 +39,7 @@ function! s:insane_in_the_membrane() abort
|
||||||
endif
|
endif
|
||||||
setfiletype startify
|
setfiletype startify
|
||||||
|
|
||||||
call append('$', [' startify>', '', ' [e] <empty buffer>'])
|
call append('$', ' [e] <empty buffer>')
|
||||||
let cnt = 0
|
let cnt = 0
|
||||||
let sep = startify#get_sep()
|
let sep = startify#get_sep()
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,6 @@ if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syntax match startifyStartify /startify>/
|
|
||||||
highlight link startifyStartify Function
|
|
||||||
|
|
||||||
syntax match startifyDelimiter /\[\|\]/
|
syntax match startifyDelimiter /\[\|\]/
|
||||||
highlight link startifyDelimiter Delimiter
|
highlight link startifyDelimiter Delimiter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue