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:
parent
618dd100c3
commit
48a6e4b946
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user