Add "plugged/.*/doc" to default skiplist
We have "bundle" already, so add "plugged" as well. These two are the most commonly used directories for plugins.
This commit is contained in:
parent
17ef51a2d1
commit
cbb1b487d0
|
@ -22,6 +22,7 @@ let s:skiplist = get(g:, 'startify_skiplist', [
|
||||||
\ 'COMMIT_EDITMSG',
|
\ 'COMMIT_EDITMSG',
|
||||||
\ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc',
|
\ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc',
|
||||||
\ 'bundle/.*/doc',
|
\ 'bundle/.*/doc',
|
||||||
|
\ 'plugged/.*/doc',
|
||||||
\ ])
|
\ ])
|
||||||
|
|
||||||
let s:padding_left = repeat(' ', get(g:, 'startify_padding_left', 3))
|
let s:padding_left = repeat(' ', get(g:, 'startify_padding_left', 3))
|
||||||
|
|
Loading…
Reference in a new issue