1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 03:00:04 +08:00

Lazy-load vimtex (#4139)

This commit is contained in:
zeertzjq 2021-03-24 09:54:14 +08:00 committed by GitHub
parent 618dd100c3
commit 48a6e4b946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
function! SpaceVim#layers#lang#latex#plugins() abort function! SpaceVim#layers#lang#latex#plugins() abort
let plugins = [] let plugins = []
call add(plugins, ['lervag/vimtex', {'merged' : 0}]) call add(plugins, ['lervag/vimtex', {'merged' : 0, 'on_ft': ['bib', 'tex']}])
return plugins return plugins
endfunction endfunction