mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
Added layer for toml syntax highlighting
This commit is contained in:
parent
b8f16bff2f
commit
8184c277d5
@ -22,6 +22,7 @@ function! SpaceVim#layers#lang#plugins() abort
|
||||
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
||||
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
|
||||
\ ['peterhoeg/vim-qml', { 'on_ft' : 'qml'}],
|
||||
\ ['cespare/vim-toml', { 'on_ft' : 'toml'}],
|
||||
\ ]
|
||||
return plugins
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user