mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:30:05 +08:00
Lazy-load vimtex (#4139)
This commit is contained in:
parent
618dd100c3
commit
48a6e4b946
@ -9,7 +9,7 @@
|
||||
|
||||
function! SpaceVim#layers#lang#latex#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['lervag/vimtex', {'merged' : 0}])
|
||||
call add(plugins, ['lervag/vimtex', {'merged' : 0, 'on_ft': ['bib', 'tex']}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user